Merge pull request #1925 from tgstation/dependabot/nuget/Moq-4.20.72

Bump Moq from 4.20.71 to 4.20.72
This commit is contained in:
tgstation-server-ci[bot]
2024-09-09 12:24:19 +00:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" Condition="'$(TgsTestNoSdk)' != 'true'" />
<!-- Usage: Dependency mocking for tests -->
<!-- Pinned: Be VERY careful about updating https://github.com/moq/moq/issues/1372 -->
<PackageReference Include="Moq" Version="4.20.71" />
<PackageReference Include="Moq" Version="4.20.72" />
<!-- Usage: MSTest execution -->
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<!-- Usage: MSTest asserts etc... -->