Skip to content

Commit 26667cd

Browse files
Bump MSTest.TestAdapter from 3.7.1 to 3.7.2 (#2416)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.1...v3.7.2) --- 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 f2c8d2f commit 26667cd

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="FluentAssertions" Version="8.0.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.4">
1414
<PrivateAssets>all</PrivateAssets>

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
"MSTest.TestAdapter": {
3838
"type": "Direct",
39-
"requested": "[3.7.1, )",
40-
"resolved": "3.7.1",
41-
"contentHash": "KOxBNotVzhtsgw6dqVxuoCCCN/t5E1SNmlvpDm2Giw2EcmJRVLstR6W5W24rK3QDM8IxyFZSSgX30gtCQSlYJQ==",
39+
"requested": "[3.7.2, )",
40+
"resolved": "3.7.2",
41+
"contentHash": "VA2pLWezR1hJd6rqP9xAD3j4brrc5c2qc5UDMLBBFYdB9jdXu+9WkhcUWsmt7WziwWZwqcytHCCDz4Qufs3cEQ==",
4242
"dependencies": {
43-
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.1",
44-
"Microsoft.Testing.Platform.MSBuild": "1.5.1"
43+
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.2",
44+
"Microsoft.Testing.Platform.MSBuild": "1.5.2"
4545
}
4646
},
4747
"MSTest.TestFramework": {
@@ -92,44 +92,44 @@
9292
},
9393
"Microsoft.Testing.Extensions.Telemetry": {
9494
"type": "Transitive",
95-
"resolved": "1.5.1",
96-
"contentHash": "a7OJA/GpEQeSU3M1GKIPv0ksHGgduKRa6Ry0+y0lzpBSZW+dAkqQWFrvcLNEIyMqqm8t4Mok20+6+XDNbVcX+Q==",
95+
"resolved": "1.5.2",
96+
"contentHash": "13K4Xs7CCRs9ZKzTZSdReuSwOkVUVPBskQmGw6s+027DEM4N4DbDl9Jq9p+zC+IxGKT5C66ZcKRd9X91pVPt5g==",
9797
"dependencies": {
9898
"Microsoft.ApplicationInsights": "2.22.0",
99-
"Microsoft.Testing.Platform": "1.5.1"
99+
"Microsoft.Testing.Platform": "1.5.2"
100100
}
101101
},
102102
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
103103
"type": "Transitive",
104-
"resolved": "1.5.1",
105-
"contentHash": "TFu5OsqDeu/xjGsgMzmigpJ1Ui13EqwevREC7yeXu3mU2Zip4ELJmH+w9BkCWBT84FwLmAllGZmD1NTDizWdpg==",
104+
"resolved": "1.5.2",
105+
"contentHash": "kaW+BhcsX9NxzF8ty3nyvdux+MNWclaunoE4+mjOrYfIIinl9SGTlM1hOeMofyWPddLzlj3CnZJMuRptCiDZ9w==",
106106
"dependencies": {
107-
"Microsoft.Testing.Platform": "1.5.1"
107+
"Microsoft.Testing.Platform": "1.5.2"
108108
}
109109
},
110110
"Microsoft.Testing.Extensions.VSTestBridge": {
111111
"type": "Transitive",
112-
"resolved": "1.5.1",
113-
"contentHash": "xWoUWKnUaBUKfjnJHZdVihq+uN/ukdwtFMGVtNKIY3SYH6pd7RZqPp7dFBhYSIDCmJgg0qRkMUQXRQbW98UaqQ==",
112+
"resolved": "1.5.2",
113+
"contentHash": "VUyHa+Md93xwrdedTHYy0TQt/TPJAHUhiJxvs7j4TJY5bE0DgSfubNd/in48j008oGyUiNUDrJx9EiFaLqBAsg==",
114114
"dependencies": {
115115
"Microsoft.ApplicationInsights": "2.22.0",
116116
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
117-
"Microsoft.Testing.Extensions.Telemetry": "1.5.1",
118-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.1",
119-
"Microsoft.Testing.Platform": "1.5.1"
117+
"Microsoft.Testing.Extensions.Telemetry": "1.5.2",
118+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.2",
119+
"Microsoft.Testing.Platform": "1.5.2"
120120
}
121121
},
122122
"Microsoft.Testing.Platform": {
123123
"type": "Transitive",
124-
"resolved": "1.5.1",
125-
"contentHash": "R5Dl0/TYBop8RnOILe7hJiryGN9uPW7nDZvZlwAvN4Uk8F8LXNAt9+krrppmCLkmBLCnSwtPF7m423tMM4cbCw=="
124+
"resolved": "1.5.2",
125+
"contentHash": "IcBrO3WAs+TK622oGSuaHJAn2Ru8b7o4kWjAbaiy2v4302x5qhYphwQ3BvKMK7e7P0fcSyQwq1IfYmrlplgq0w=="
126126
},
127127
"Microsoft.Testing.Platform.MSBuild": {
128128
"type": "Transitive",
129-
"resolved": "1.5.1",
130-
"contentHash": "hgSAa4HZz8GmcXVTYaMK0yotB3w9KuM35VIk/QjWd/gk6uKp8Lyhg8g2jriziRNyHGnoMcxD6lL7KgyaTXdvMQ==",
129+
"resolved": "1.5.2",
130+
"contentHash": "vIZYqOjoeJ4Nf8h3zIQy03jkXeJZxw39I2+sZ2CoNZ4Jrdx8SAcGxJKETY/zbcmSuwSFVfPo/RwOnqVoa74TFg==",
131131
"dependencies": {
132-
"Microsoft.Testing.Platform": "1.5.1"
132+
"Microsoft.Testing.Platform": "1.5.2"
133133
}
134134
},
135135
"Microsoft.TestPlatform.ObjectModel": {

0 commit comments

Comments
 (0)