Merge pull request #657 from icedland/dependabot/nuget/src/csharp/Intel/xunit-2.9.3

Bump xunit from 2.9.2 to 2.9.3 in /src/csharp/Intel
This commit is contained in:
wtfsck 2025-01-21 21:37:17 +01:00 committed by GitHub
commit e5046614a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<PackageReference Include="coverlet.msbuild" Version="6.0.4" />
<!-- NOTE: when updating this thing, make sure it hasn't gotten slower (it's happened twice now!) -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.console" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
</ItemGroup>