Browse Source

Merge pull request #3442 from gui-cs/dependabot/nuget/xunit-2.8.0

Bump xunit from 2.7.1 to 2.8.0
Tig 1 year ago
parent
commit
915025b005
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/UnitTests.csproj

+ 1 - 1
UnitTests/UnitTests.csproj

@@ -21,7 +21,7 @@
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
     <PackageReference Include="ReportGenerator" Version="5.2.5" />
     <PackageReference Include="System.Collections" Version="4.3.0" />
-    <PackageReference Include="xunit" Version="2.7.1" />
+    <PackageReference Include="xunit" Version="2.8.0" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>