Sfoglia il codice sorgente

Merge pull request #151 from nickbabcock/dependabot/nuget/xunit.runner.visualstudio-2.4.3

Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3
Nick Babcock 4 anni fa
parent
commit
4aa3278d78
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      OhmGraphite.Test/OhmGraphite.Test.csproj

+ 1 - 1
OhmGraphite.Test/OhmGraphite.Test.csproj

@@ -7,7 +7,7 @@
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
     <PackageReference Include="xunit" Version="2.4.1" />
-    <PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
+    <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
     <PackageReference Include="xunit.runner.console" Version="2.4.1" />
   </ItemGroup>