Merge pull request #20 from jumoog/dependabot/nuget/xunit.runner.visualstudio-2.5.4

chore(deps): bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
This commit is contained in:
Kilian von Pflugk 2023-11-18 23:43:37 +01:00 committed by GitHub
commit a61534521d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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