update references

This commit is contained in:
yxw
2025-12-11 19:15:02 +08:00
parent ed2e3ecd24
commit 46e209081d
13 changed files with 101 additions and 23 deletions

View File

@@ -7,4 +7,16 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="Microsoft.Testing.Extensions.TrxReport" Version="2.0.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="MSTest.TestAdapter" Version="4.0.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="MSTest.TestFramework" Version="4.0.2" />
</ItemGroup>
</Project>