Merge pull request #15 from jumoog/dependabot/nuget/xunit-2.5.3

chore(deps): bump xunit from 2.5.1 to 2.5.3
This commit is contained in:
Kilian von Pflugk 2023-10-18 15:51:05 +02:00 committed by GitHub
commit cfa2824483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>