We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0eb59c commit 8134835Copy full SHA for 8134835
build/TestCommon.props
@@ -18,9 +18,9 @@
18
<!-- Pinned: Be VERY careful about updating https://github.com/moq/moq/issues/1372 -->
19
<PackageReference Include="Moq" Version="4.20.72" />
20
<!-- Usage: MSTest execution -->
21
- <PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
22
<!-- Usage: MSTest asserts etc... -->
23
- <PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
24
</ItemGroup>
25
26
</Project>
0 commit comments