Skip to content

Commit

Permalink
Bump MSTest.TestFramework from 3.0.2 to 3.1.1 (#238)
Browse files Browse the repository at this point in the history
* Bump MSTest.TestFramework from 3.0.2 to 3.1.1

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.0.2...v3.1.1)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix dotnet lockfiles

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Martin <[email protected]>
  • Loading branch information
dependabot[bot] and anthony-c-martin authored Jul 23, 2023
1 parent 5948f6c commit 09b6147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Bicep.Types.UnitTests/Bicep.Types.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Types.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.0.2, )",
"resolved": "3.0.2",
"contentHash": "cuCE5PXK0mX0FIfY3yzDNKFqCf2FTxZhdH/Bxg4662MAWZg4TnG3rYsFzNpPECrvn8Ry6lG8TaT2Ltg1NZkC6Q=="
"requested": "[3.1.1, )",
"resolved": "3.1.1",
"contentHash": "3rjkGxciNHHmPW8cl1/QVIYjOpfptjmAH5JrLBw+dnMTYDoweg3I579N7OIbar3Zd3q9dfWFrCy2LEV/AmPn3A=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down

0 comments on commit 09b6147

Please sign in to comment.