Merge pull request #18 from jumoog/dependabot/nuget/xunit-2.6.1

chore(deps): bump xunit from 2.6.0 to 2.6.1
This commit is contained in:
Kilian von Pflugk 2023-11-14 16:19:09 +01:00 committed by GitHub
commit 321402b929
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.8.0" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>