Merge pull request #12 from jumoog/dependabot/nuget/xunit-2.5.1

chore(deps): bump xunit from 2.4.2 to 2.5.1
This commit is contained in:
Kilian von Pflugk 2023-10-02 15:09:24 +02:00 committed by GitHub
commit f2cadea4a0
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.6.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>