Pārlūkot izejas kodu

Update to xunit.runner.console 2.4.1

Nick Babcock 6 gadi atpakaļ
vecāks
revīzija
181abacfe3
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      OhmGraphite.Test/OhmGraphite.Test.csproj
  2. 1 1
      docker-compose.yml

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

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

+ 1 - 1
docker-compose.yml

@@ -29,4 +29,4 @@ services:
       - timescale
       - graphite
       - influx
-    command: ./ci/wait-for-it.sh timescale:5432 -- ./ci/wait-for-it.sh graphite:80 -- mono /root/.nuget/packages/xunit.runner.console/2.4.0/tools/net461/xunit.console.exe OhmGraphite.Test/bin/Debug/net461/OhmGraphite.Test.dll
+    command: ./ci/wait-for-it.sh timescale:5432 -- ./ci/wait-for-it.sh graphite:80 -- mono /root/.nuget/packages/xunit.runner.console/2.4.1/tools/net461/xunit.console.exe OhmGraphite.Test/bin/Debug/net461/OhmGraphite.Test.dll