Add missing Usage comment for Moq

This commit is contained in:
Jordan Dominion
2023-08-09 08:27:21 -04:00
parent b28571bac3
commit 024ab92d25
+1
View File
@@ -14,6 +14,7 @@
</PackageReference>
<!-- Usage: Hard to say what exactly this is for, but not including it removes the test icon and breaks vstest.console.exe for some reason -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<!-- Usage: Dependency mocking for tests -->
<!-- Pinned: Moq is OVER https://github.com/moq/moq/issues/1372 -->
<PackageReference Include="Moq" Version="4.20.2" />
<!-- Usage: MSTest execution -->