eng: sync xunit.runner.visualstudio to 3.1.4 and add coverlet.collector to Tray.Tests
- Update xunit.runner.visualstudio from 3.1.0 to 3.1.4 (matches Shared.Tests) - Add coverlet.collector 6.0.4 (matches Shared.Tests) for coverage reporting Both test projects now use identical test tooling versions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
536d436989
commit
dde9c001f0
@ -8,9 +8,10 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="coverlet.collector" Version="6.0.4" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
||||
<PackageReference Include="xunit" Version="2.9.3" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user