Skip to content

Commit fcc8a07

Browse files
Bump MSTest.TestAdapter from 3.6.4 to 3.7.0 (#46)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.6.4 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/testfx/releases">MSTest.TestAdapter's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.7.0">here</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestAdapter's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->[3.7.0] - 2024-12-20</h2> <p>See full log <a href="https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0">here</a></p> <h3>Added</h3> <ul> <li>MSTEST0029 code fix by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3747">#3747</a></li> <li>Add codefix for MSTEST0025 by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3756">#3756</a></li> <li>Add codefix for MSTEST0022 by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3770">#3770</a></li> <li>Add codefix for MSTEST0020 by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3798">#3798</a></li> <li>Add code fix for MSTEST0019 by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3812">#3812</a></li> <li>Add support for testconfig.json entries in MSTest by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3872">#3872</a></li> <li>Implement method lookup for dynamic data by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3892">#3892</a></li> <li>Add TestData property to the TestContext by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4015">#4015</a></li> <li>Add TestException property to the TestContext by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4018">#4018</a></li> <li>Add code fix for MSTEST0021 by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3827">#3827</a></li> <li>Add TestDisplayName property to the TestContext by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4037">#4037</a></li> <li>Implement codefix for MSTEST0006 (AvoidExpectedException) by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4038">#4038</a></li> <li>Implement 'Use proper Assert methods' analyzer by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4052">#4052</a></li> <li>Support ValueTask-returning test methods for all target frameworks by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4059">#4059</a></li> <li>Support rsp in MTP by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4072">#4072</a></li> <li>Enable UseProperAssertMethodsAnalyzer by default by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4076">#4076</a></li> <li>Add property to SDK for Fakes feature by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4121">#4121</a></li> <li>Support VS/.NET CLI localization in MTP, and add our own env variable as well by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4122">#4122</a></li> <li>Implement <code>--config</code> for specifying testconfig.json file by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4124">#4124</a></li> <li>Add mac os on pr pipeline by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4155">#4155</a></li> <li>Implement codefix for MSTEST0037: Use proper 'Assert' methods by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4162">#4162</a></li> <li>Build targeting net9.0 by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4167">#4167</a></li> <li>Add a MSTest sample with a program.cs by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4201">#4201</a></li> <li>Obsolete public types that should not be public by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4208">#4208</a></li> <li>Allow to disable test expansion on implementations of ITestDataSource by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4269">#4269</a></li> <li>Display an error when '--maximum-failed-tests' is used with a framewo… by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4326">#4326</a></li> <li>Make MSTest.TestFramework depends upon MSTest.Analyzers (<a href="https://redirect.github.com/microsoft/testfx/issues/4351">#4351</a>) by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4361">#4361</a></li> <li>Add support for ValueTuple for all target frameworks (<a href="https://redirect.github.com/microsoft/testfx/issues/4360">#4360</a>) by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4364">#4364</a></li> <li>Support 'TestPropertyAttribute' on test classes by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4249">#4249</a></li> <li>Support '--maximum-failed-tests' to abort test run when failure threshold is reached by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/4238">#4238</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix MSTEST0034 doesn't handle ClassCleanupExecutionAttribute by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3741">#3741</a></li> <li>fix code format in readme by <a href="https://github.com/SimonCropp"><code>@​SimonCropp</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3750">#3750</a></li> <li>Fix running cleanup after first test method by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3766">#3766</a></li> <li>Fix timedout test does not fail test run (in ui) by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3772">#3772</a></li> <li>Fix typo by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3797">#3797</a></li> <li>MSTEST0018: fix false positive with data member visibility by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3866">#3866</a></li> <li>Fix localization of test adapter messages by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3867">#3867</a></li> <li>Fix localization info to avoid translating workers and scope by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3869">#3869</a></li> <li>Fix resources included in MSTest.TestAdapter nupkg by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3874">#3874</a></li> <li>Fix MSTEST0036 is shown for cases where no shadowing happens by <a href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3881">#3881</a></li> <li>Fix MSTest hook to be always generated by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3889">#3889</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/testfx/commit/69fae65b89492f7d43cc21415727ef43ab8c13ce"><code>69fae65</code></a> Drop dependency to System.ValueTuple (<a href="https://redirect.github.com/microsoft/testfx/issues/4398">#4398</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/87e17f28eebdde575ca28853fa398d9a2177328e"><code>87e17f2</code></a> Bump versions to 3.7.1 and 1.5.1</li> <li><a href="https://github.com/microsoft/testfx/commit/76430874ff408700f54f6503527f12fb78430ac6"><code>7643087</code></a> Mark unshipped as shipped</li> <li><a href="https://github.com/microsoft/testfx/commit/d7acc33614e39aa723c865d3c9f8b1a703222520"><code>d7acc33</code></a> Cleanup MSTest.Sdk now that analyzers are deps of framework (<a href="https://redirect.github.com/microsoft/testfx/issues/4407">#4407</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/293ef7debb2aafa9a52be2749a264aa314037a24"><code>293ef7d</code></a> Fix MSTestV2Files msbuild items (<a href="https://redirect.github.com/microsoft/testfx/issues/4406">#4406</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/1922587cc3046d27d79e306af66c23c10014e03a"><code>1922587</code></a> Don't reference MTP in UWP (<a href="https://redirect.github.com/microsoft/testfx/issues/4402">#4402</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/38586ee71075c145e9e7175830e493289e06b9a8"><code>38586ee</code></a> Simplify adapter props and targets (<a href="https://redirect.github.com/microsoft/testfx/issues/4403">#4403</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/001a29d71a6c1e003ddb604874260d00cd1657f2"><code>001a29d</code></a> Make obsolete only on release (<a href="https://redirect.github.com/microsoft/testfx/issues/4353">#4353</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/940c320e4250685af228641652b5ae47b1dcb4c9"><code>940c320</code></a> Fix false positive for PreferTestCleanupOverDispose on non-test classes (<a href="https://redirect.github.com/microsoft/testfx/issues/4380">#4380</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/66639926555318408a9a00215d64f28429b03819"><code>6663992</code></a> [rel/3.7] Update dependencies from microsoft/testanywhere (<a href="https://redirect.github.com/microsoft/testfx/issues/4372">#4372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestAdapter&package-manager=nuget&previous-version=3.6.4&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9be67c commit fcc8a07

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

src/TemplateRefGenerator.Tests/TemplateRefGenerator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
15+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
1616
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1717
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />
1818
</ItemGroup>

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
},
4949
"MSTest.TestAdapter": {
5050
"type": "Direct",
51-
"requested": "[3.6.4, )",
52-
"resolved": "3.6.4",
53-
"contentHash": "YdwseRA+nDhRqD2oPHjCE4KzLEN5B10A61lOslE3N3OvUwHJ6ezyZZjYWf7mrZ8jckCcx/UlBclTzgWUpMpPQw==",
51+
"requested": "[3.7.0, )",
52+
"resolved": "3.7.0",
53+
"contentHash": "sq1AOdka70e8lD/mRzaqFfuquOHSUMF+09ACeP1zW9TG053ovVl6gzvi5VoRMxaE+q3rAItC7sx+5B3npK1kqg==",
5454
"dependencies": {
55-
"Microsoft.Testing.Extensions.VSTestBridge": "1.4.3",
56-
"Microsoft.Testing.Platform.MSBuild": "1.4.3"
55+
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.0",
56+
"Microsoft.Testing.Platform.MSBuild": "1.5.0"
5757
}
5858
},
5959
"MSTest.TestFramework": {
@@ -122,44 +122,44 @@
122122
},
123123
"Microsoft.Testing.Extensions.Telemetry": {
124124
"type": "Transitive",
125-
"resolved": "1.4.3",
126-
"contentHash": "dh8jnqWikxQXJ4kWy8B82PtSAlQCnvDKh1128arDmSW5OU5xWA84HwruV3TanXi3ZjIHn1wWFCgtMOhcDNwBow==",
125+
"resolved": "1.5.0",
126+
"contentHash": "G6XK8iLDMHIys55Fw7lIudRGrhNo3e/msIGkt6+Fckqggd9xl/nGTawy/4Avb8GFcuPfCwpQUuu8ESCPaxr08Q==",
127127
"dependencies": {
128128
"Microsoft.ApplicationInsights": "2.22.0",
129-
"Microsoft.Testing.Platform": "1.4.3"
129+
"Microsoft.Testing.Platform": "1.5.0"
130130
}
131131
},
132132
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
133133
"type": "Transitive",
134-
"resolved": "1.4.3",
135-
"contentHash": "16sWznD6ZMok/zgW+vrO6zerCFMD9N+ey9bi1iV/e9xxsQb4V4y/aW6cY/Y7E9jA7pc+aZ6ffZby43yxQOoYZA==",
134+
"resolved": "1.5.0",
135+
"contentHash": "3vMXWbqqy3rSXYlPshR7CPqG0bgGDOhasyhVtqhAOy2tMED6VKU/IbKNMUmEuqgPNjMkCaicDTfNdXsrJPKcsw==",
136136
"dependencies": {
137-
"Microsoft.Testing.Platform": "1.4.3"
137+
"Microsoft.Testing.Platform": "1.5.0"
138138
}
139139
},
140140
"Microsoft.Testing.Extensions.VSTestBridge": {
141141
"type": "Transitive",
142-
"resolved": "1.4.3",
143-
"contentHash": "xZ6oyNYh2aM5Wb+HJAy1fj2C4CNRVhINXHCjlWs/2C8hEIpdqVSpP3y6HWUN40KpFqyGD4myHGR1Rflm28UpcQ==",
142+
"resolved": "1.5.0",
143+
"contentHash": "lLb7JfTDdl6PUU3+Ia2O7+LekAqvyW3C5Rl94f+A/G16g+gxhynRDx73UuCBotjhn+8WGfEEH7Q81LsMCK/O4A==",
144144
"dependencies": {
145145
"Microsoft.ApplicationInsights": "2.22.0",
146-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
147-
"Microsoft.Testing.Extensions.Telemetry": "1.4.3",
148-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.4.3",
149-
"Microsoft.Testing.Platform": "1.4.3"
146+
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
147+
"Microsoft.Testing.Extensions.Telemetry": "1.5.0",
148+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.0",
149+
"Microsoft.Testing.Platform": "1.5.0"
150150
}
151151
},
152152
"Microsoft.Testing.Platform": {
153153
"type": "Transitive",
154-
"resolved": "1.4.3",
155-
"contentHash": "NedIbwl1T7+ZMeg7gwk0Db8/RFLf0siyVpeTcRMMOle6Xl/ujaYOM4Aduo8rEfVqNj3kcQ7blegpyT3dHi+0PA=="
154+
"resolved": "1.5.0",
155+
"contentHash": "L6MsgthfCEuqx4Z3VWmUzilFN4I4hrRIXY0UgGTP9sv9upt1V9m5x9m7fWUKRrnzoE8yTFeRxw1KaI9XmXIzRA=="
156156
},
157157
"Microsoft.Testing.Platform.MSBuild": {
158158
"type": "Transitive",
159-
"resolved": "1.4.3",
160-
"contentHash": "1gGqgHtiZ6tZn/6Tby+qlKpNe5Ye/5LnxlSsyl4XMZ4m4V+Cu1K1m+gD1zxoxHIvLjgX8mCnQRK95MGBBFuumw==",
159+
"resolved": "1.5.0",
160+
"contentHash": "D3mL4Tz0m6nDkbl0ZdTnHiyKMqxDc84mtDiFzM6HQgfLlc5OIdZgN+MCj6YD1CW/izQO566XHOFImTSxluiLIg==",
161161
"dependencies": {
162-
"Microsoft.Testing.Platform": "1.4.3"
162+
"Microsoft.Testing.Platform": "1.5.0"
163163
}
164164
},
165165
"Microsoft.TestPlatform.ObjectModel": {
@@ -290,7 +290,7 @@
290290
"DiffPlex": "[1.7.2, )",
291291
"FluentAssertions": "[7.0.0, )",
292292
"JsonDiffPatch.Net": "[2.3.0, )",
293-
"MSTest.TestAdapter": "[3.6.4, )",
293+
"MSTest.TestAdapter": "[3.7.0, )",
294294
"MSTest.TestFramework": "[3.7.0, )",
295295
"Microsoft.NET.Test.Sdk": "[17.12.0, )"
296296
}

src/TestHelpers/TestHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="FluentAssertions" Version="7.0.0" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
1111
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1212
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />
1313
<PackageReference Include="JsonDiffPatch.Net" Version="2.3.0" />

src/TestHelpers/packages.lock.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
},
6464
"MSTest.TestAdapter": {
6565
"type": "Direct",
66-
"requested": "[3.6.4, )",
67-
"resolved": "3.6.4",
68-
"contentHash": "YdwseRA+nDhRqD2oPHjCE4KzLEN5B10A61lOslE3N3OvUwHJ6ezyZZjYWf7mrZ8jckCcx/UlBclTzgWUpMpPQw==",
66+
"requested": "[3.7.0, )",
67+
"resolved": "3.7.0",
68+
"contentHash": "sq1AOdka70e8lD/mRzaqFfuquOHSUMF+09ACeP1zW9TG053ovVl6gzvi5VoRMxaE+q3rAItC7sx+5B3npK1kqg==",
6969
"dependencies": {
70-
"Microsoft.Testing.Extensions.VSTestBridge": "1.4.3",
71-
"Microsoft.Testing.Platform.MSBuild": "1.4.3"
70+
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.0",
71+
"Microsoft.Testing.Platform.MSBuild": "1.5.0"
7272
}
7373
},
7474
"MSTest.TestFramework": {
@@ -119,44 +119,44 @@
119119
},
120120
"Microsoft.Testing.Extensions.Telemetry": {
121121
"type": "Transitive",
122-
"resolved": "1.4.3",
123-
"contentHash": "dh8jnqWikxQXJ4kWy8B82PtSAlQCnvDKh1128arDmSW5OU5xWA84HwruV3TanXi3ZjIHn1wWFCgtMOhcDNwBow==",
122+
"resolved": "1.5.0",
123+
"contentHash": "G6XK8iLDMHIys55Fw7lIudRGrhNo3e/msIGkt6+Fckqggd9xl/nGTawy/4Avb8GFcuPfCwpQUuu8ESCPaxr08Q==",
124124
"dependencies": {
125125
"Microsoft.ApplicationInsights": "2.22.0",
126-
"Microsoft.Testing.Platform": "1.4.3"
126+
"Microsoft.Testing.Platform": "1.5.0"
127127
}
128128
},
129129
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
130130
"type": "Transitive",
131-
"resolved": "1.4.3",
132-
"contentHash": "16sWznD6ZMok/zgW+vrO6zerCFMD9N+ey9bi1iV/e9xxsQb4V4y/aW6cY/Y7E9jA7pc+aZ6ffZby43yxQOoYZA==",
131+
"resolved": "1.5.0",
132+
"contentHash": "3vMXWbqqy3rSXYlPshR7CPqG0bgGDOhasyhVtqhAOy2tMED6VKU/IbKNMUmEuqgPNjMkCaicDTfNdXsrJPKcsw==",
133133
"dependencies": {
134-
"Microsoft.Testing.Platform": "1.4.3"
134+
"Microsoft.Testing.Platform": "1.5.0"
135135
}
136136
},
137137
"Microsoft.Testing.Extensions.VSTestBridge": {
138138
"type": "Transitive",
139-
"resolved": "1.4.3",
140-
"contentHash": "xZ6oyNYh2aM5Wb+HJAy1fj2C4CNRVhINXHCjlWs/2C8hEIpdqVSpP3y6HWUN40KpFqyGD4myHGR1Rflm28UpcQ==",
139+
"resolved": "1.5.0",
140+
"contentHash": "lLb7JfTDdl6PUU3+Ia2O7+LekAqvyW3C5Rl94f+A/G16g+gxhynRDx73UuCBotjhn+8WGfEEH7Q81LsMCK/O4A==",
141141
"dependencies": {
142142
"Microsoft.ApplicationInsights": "2.22.0",
143-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
144-
"Microsoft.Testing.Extensions.Telemetry": "1.4.3",
145-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.4.3",
146-
"Microsoft.Testing.Platform": "1.4.3"
143+
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
144+
"Microsoft.Testing.Extensions.Telemetry": "1.5.0",
145+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.0",
146+
"Microsoft.Testing.Platform": "1.5.0"
147147
}
148148
},
149149
"Microsoft.Testing.Platform": {
150150
"type": "Transitive",
151-
"resolved": "1.4.3",
152-
"contentHash": "NedIbwl1T7+ZMeg7gwk0Db8/RFLf0siyVpeTcRMMOle6Xl/ujaYOM4Aduo8rEfVqNj3kcQ7blegpyT3dHi+0PA=="
151+
"resolved": "1.5.0",
152+
"contentHash": "L6MsgthfCEuqx4Z3VWmUzilFN4I4hrRIXY0UgGTP9sv9upt1V9m5x9m7fWUKRrnzoE8yTFeRxw1KaI9XmXIzRA=="
153153
},
154154
"Microsoft.Testing.Platform.MSBuild": {
155155
"type": "Transitive",
156-
"resolved": "1.4.3",
157-
"contentHash": "1gGqgHtiZ6tZn/6Tby+qlKpNe5Ye/5LnxlSsyl4XMZ4m4V+Cu1K1m+gD1zxoxHIvLjgX8mCnQRK95MGBBFuumw==",
156+
"resolved": "1.5.0",
157+
"contentHash": "D3mL4Tz0m6nDkbl0ZdTnHiyKMqxDc84mtDiFzM6HQgfLlc5OIdZgN+MCj6YD1CW/izQO566XHOFImTSxluiLIg==",
158158
"dependencies": {
159-
"Microsoft.Testing.Platform": "1.4.3"
159+
"Microsoft.Testing.Platform": "1.5.0"
160160
}
161161
},
162162
"Microsoft.TestPlatform.ObjectModel": {

0 commit comments

Comments
 (0)