mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Add missing Usage comment for Moq
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user