Merge pull request #1869 from tgstation/dependabot/nuget/MSTest.TestFramework-3.5.2

Bump MSTest.TestFramework from 3.5.1 to 3.5.2
This commit is contained in:
Jordan Dominion
2024-08-15 06:48:35 -04:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@
<!-- Usage: MSTest execution -->
<PackageReference Include="MSTest.TestAdapter" Version="3.5.1" />
<!-- Usage: MSTest asserts etc... -->
<PackageReference Include="MSTest.TestFramework" Version="3.5.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
</ItemGroup>
</Project>