Skip to content

Commit

Permalink
Merge pull request #1851 from tgstation/dependabot/nuget/MSTest.TestF…
Browse files Browse the repository at this point in the history
…ramework-3.5.1

Bump MSTest.TestFramework from 3.5.0 to 3.5.1
  • Loading branch information
Cyberboss authored Aug 6, 2024
2 parents 89b103a + dd048ef commit 681585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/TestCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Usage: MSTest execution -->
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
<!-- Usage: MSTest asserts etc... -->
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.1" />
</ItemGroup>

</Project>

0 comments on commit 681585c

Please sign in to comment.