Просмотр исходного кода

Bump xunit.runner.console from 2.9.2 to 2.9.3

Bumps [xunit.runner.console](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3.
- [Commits](https://github.com/xunit/xunit/compare/v2-2.9.2...v2-2.9.3)

---
updated-dependencies:
- dependency-name: xunit.runner.console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 месяцев назад
Родитель
Сommit
dcb76d5fa5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      OhmGraphite.Test/OhmGraphite.Test.csproj

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

@@ -10,7 +10,7 @@
     <PackageReference Include="Testcontainers" Version="4.1.0" />
     <PackageReference Include="xunit" Version="2.9.2" />
     <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
-    <PackageReference Include="xunit.runner.console" Version="2.9.2" />
+    <PackageReference Include="xunit.runner.console" Version="2.9.3" />
   </ItemGroup>
 
   <ItemGroup>