Bump MSTest

This commit is contained in:
Jordan Dominion
2025-02-07 19:18:47 -05:00
parent a57343abb6
commit be6e0628c9
+2 -2
View File
@@ -18,9 +18,9 @@
<!-- Pinned: Be VERY careful about updating https://github.com/moq/moq/issues/1372 -->
<PackageReference Include="Moq" Version="4.20.72" />
<!-- Usage: MSTest execution -->
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
<!-- Usage: MSTest asserts etc... -->
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
</ItemGroup>
</Project>