Skip to content

Commit

Permalink
Bump MSTest.TestAdapter from 3.6.3 to 3.6.4
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.3...v3.6.4)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 6d3d834 commit 38485b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Types.Az.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"MSTest.TestAdapter": {
"type": "Direct",
"requested": "[3.6.3, )",
"resolved": "3.6.3",
"contentHash": "i3KbdAjLO0W9xlvbhZa9u0wh6X+VZ1yTBsUVlVKtx8B9CXa4rFXPcx3yPysB9gbALmhgAjFza4RRoNyXY9IoXQ==",
"requested": "[3.6.4, )",
"resolved": "3.6.4",
"contentHash": "YdwseRA+nDhRqD2oPHjCE4KzLEN5B10A61lOslE3N3OvUwHJ6ezyZZjYWf7mrZ8jckCcx/UlBclTzgWUpMpPQw==",
"dependencies": {
"Microsoft.Testing.Extensions.VSTestBridge": "1.4.3",
"Microsoft.Testing.Platform.MSBuild": "1.4.3"
Expand Down

0 comments on commit 38485b8

Please sign in to comment.