Skip to content

Commit f157716

Browse files
Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 (#2387)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7230c21 commit f157716

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.2">
1414
<PrivateAssets>all</PrivateAssets>

src/Bicep.Types.Az.UnitTests/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"MSTest.TestAdapter": {
4141
"type": "Direct",
42-
"requested": "[3.6.3, )",
43-
"resolved": "3.6.3",
44-
"contentHash": "i3KbdAjLO0W9xlvbhZa9u0wh6X+VZ1yTBsUVlVKtx8B9CXa4rFXPcx3yPysB9gbALmhgAjFza4RRoNyXY9IoXQ==",
42+
"requested": "[3.6.4, )",
43+
"resolved": "3.6.4",
44+
"contentHash": "YdwseRA+nDhRqD2oPHjCE4KzLEN5B10A61lOslE3N3OvUwHJ6ezyZZjYWf7mrZ8jckCcx/UlBclTzgWUpMpPQw==",
4545
"dependencies": {
4646
"Microsoft.Testing.Extensions.VSTestBridge": "1.4.3",
4747
"Microsoft.Testing.Platform.MSBuild": "1.4.3"

0 commit comments

Comments
 (0)