Skip to content

Commit fc76821

Browse files
Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#66)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p> <blockquote> <h2>v17.13.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Add letter number among valid identifiers in class name by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/13868">microsoft/vstest#13868</a></p> </li> <li> <p>Fix formatting in Runner by <a href="https://github.com/mthalman"><code>@​mthalman</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/13871">microsoft/vstest#13871</a></p> </li> <li> <p>Downgrade xunit skip warning to info by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10381">microsoft/vstest#10381</a></p> </li> <li> <p>Add msdia for arm64 into nuget by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10382">microsoft/vstest#10382</a></p> </li> <li> <p>Enable native debugging for vstest.console by <a href="https://github.com/ocitrev"><code>@​ocitrev</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10401">microsoft/vstest#10401</a></p> </li> <li> <p>Fix RFCs links by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10424">microsoft/vstest#10424</a></p> </li> <li> <p>Convert to auto property by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10365">microsoft/vstest#10365</a></p> </li> <li> <p>Update Versions.props by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10378">microsoft/vstest#10378</a></p> </li> <li> <p>Enable TSA by <a href="https://github.com/jakubch1"><code>@​jakubch1</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10385">microsoft/vstest#10385</a></p> </li> <li> <p>Arm64 dia by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10390">microsoft/vstest#10390</a></p> </li> <li> <p>Update source-build team references by <a href="https://github.com/MichaelSimons"><code>@​MichaelSimons</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10388">microsoft/vstest#10388</a></p> </li> <li> <p>Exclude .signature.p7s from nupkg file count by <a href="https://github.com/ellahathaway"><code>@​ellahathaway</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10418">microsoft/vstest#10418</a></p> </li> <li> <p>Set NetCurrent so that it doesn't roll forward automatically by <a href="https://github.com/ViktorHofer"><code>@​ViktorHofer</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/10622">microsoft/vstest#10622</a></p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ocitrev"><code>@​ocitrev</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/10401">microsoft/vstest#10401</a></li> <li><a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/10424">microsoft/vstest#10424</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.0">https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/vstest/commit/e8cf3808d0b16dea8d6e1a9b77f1660a5ff45e13"><code>e8cf380</code></a> Use 17.3.1 stable CodeCoverage</li> <li><a href="https://github.com/microsoft/vstest/commit/edabaf392a0f6d2909e0d1468554b8f7e7974825"><code>edabaf3</code></a> Move to macos14 (<a href="https://redirect.github.com/microsoft/vstest/issues/14137">#14137</a>)</li> <li><a href="https://github.com/microsoft/vstest/commit/1441926e38024401735188987bc00923f386d03f"><code>1441926</code></a> Change 17.13 to release (<a href="https://redirect.github.com/microsoft/vstest/issues/14942">#14942</a>)</li> <li><a href="https://github.com/microsoft/vstest/commit/03c3ac94040f393766508fb6cf7682415b4e4d75"><code>03c3ac9</code></a> [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (<a href="https://redirect.github.com/microsoft/vstest/issues/11120">#11120</a>)</li> <li><a href="https://github.com/microsoft/vstest/commit/8907779686555dafc9dcfe53f76f2f5f3efe15bd"><code>8907779</code></a> Fix formatting in Runner (<a href="https://redirect.github.com/microsoft/vstest/issues/13871">#13871</a>)</li> <li><a href="https://github.com/microsoft/vstest/commit/778c004f74659e18467f9220047072b79da82e88"><code>778c004</code></a> Add letter number among valid identifiers in class name (<a href="https://redirect.github.com/microsoft/vstest/issues/13868">#13868</a>)</li> <li><a href="https://github.com/microsoft/vstest/commit/d8aa5847a3d824ab4a4eb7d9504e57387801f0c6"><code>d8aa584</code></a> Update AzureDevOps.yml</li> <li><a href="https://github.com/microsoft/vstest/commit/af4080fb868028a53c89905a64c1e7483af34a6b"><code>af4080f</code></a> Update AzureDevOps.yml</li> <li><a href="https://github.com/microsoft/vstest/commit/f56ab6936969deb42c9ecf2f2193b16f0579be28"><code>f56ab69</code></a> Update AzureDevOps.yml</li> <li><a href="https://github.com/microsoft/vstest/commit/f05137ed3055a022904c5fad38db16e2f1654fe2"><code>f05137e</code></a> Update AzureDevOps.yml</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.12.0&new-version=17.13.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 272b915 commit fc76821

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

src/TemplateRefGenerator.Tests/TemplateRefGenerator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="FluentAssertions" Version="7.0.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1616
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1717
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"Microsoft.NET.Test.Sdk": {
3030
"type": "Direct",
31-
"requested": "[17.12.0, )",
32-
"resolved": "17.12.0",
33-
"contentHash": "kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==",
31+
"requested": "[17.13.0, )",
32+
"resolved": "17.13.0",
33+
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
3434
"dependencies": {
35-
"Microsoft.CodeCoverage": "17.12.0",
36-
"Microsoft.TestPlatform.TestHost": "17.12.0"
35+
"Microsoft.CodeCoverage": "17.13.0",
36+
"Microsoft.TestPlatform.TestHost": "17.13.0"
3737
}
3838
},
3939
"Microsoft.SourceLink.GitHub": {
@@ -112,8 +112,8 @@
112112
},
113113
"Microsoft.CodeCoverage": {
114114
"type": "Transitive",
115-
"resolved": "17.12.0",
116-
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
115+
"resolved": "17.13.0",
116+
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
117117
},
118118
"Microsoft.SourceLink.Common": {
119119
"type": "Transitive",
@@ -164,18 +164,18 @@
164164
},
165165
"Microsoft.TestPlatform.ObjectModel": {
166166
"type": "Transitive",
167-
"resolved": "17.12.0",
168-
"contentHash": "TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==",
167+
"resolved": "17.13.0",
168+
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
169169
"dependencies": {
170170
"System.Reflection.Metadata": "1.6.0"
171171
}
172172
},
173173
"Microsoft.TestPlatform.TestHost": {
174174
"type": "Transitive",
175-
"resolved": "17.12.0",
176-
"contentHash": "MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==",
175+
"resolved": "17.13.0",
176+
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
177177
"dependencies": {
178-
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
178+
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
179179
"Newtonsoft.Json": "13.0.1"
180180
}
181181
},
@@ -300,7 +300,7 @@
300300
"JsonDiffPatch.Net": "[2.3.0, )",
301301
"MSTest.TestAdapter": "[3.7.3, )",
302302
"MSTest.TestFramework": "[3.7.3, )",
303-
"Microsoft.NET.Test.Sdk": "[17.12.0, )"
303+
"Microsoft.NET.Test.Sdk": "[17.13.0, )"
304304
}
305305
}
306306
}

src/TestHelpers/TestHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="FluentAssertions" Version="7.0.0" />
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1010
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1111
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1212
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />

src/TestHelpers/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
},
4444
"Microsoft.NET.Test.Sdk": {
4545
"type": "Direct",
46-
"requested": "[17.12.0, )",
47-
"resolved": "17.12.0",
48-
"contentHash": "kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==",
46+
"requested": "[17.13.0, )",
47+
"resolved": "17.13.0",
48+
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
4949
"dependencies": {
50-
"Microsoft.CodeCoverage": "17.12.0",
51-
"Microsoft.TestPlatform.TestHost": "17.12.0"
50+
"Microsoft.CodeCoverage": "17.13.0",
51+
"Microsoft.TestPlatform.TestHost": "17.13.0"
5252
}
5353
},
5454
"Microsoft.SourceLink.GitHub": {
@@ -109,8 +109,8 @@
109109
},
110110
"Microsoft.CodeCoverage": {
111111
"type": "Transitive",
112-
"resolved": "17.12.0",
113-
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
112+
"resolved": "17.13.0",
113+
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
114114
},
115115
"Microsoft.SourceLink.Common": {
116116
"type": "Transitive",
@@ -161,18 +161,18 @@
161161
},
162162
"Microsoft.TestPlatform.ObjectModel": {
163163
"type": "Transitive",
164-
"resolved": "17.12.0",
165-
"contentHash": "TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==",
164+
"resolved": "17.13.0",
165+
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
166166
"dependencies": {
167167
"System.Reflection.Metadata": "1.6.0"
168168
}
169169
},
170170
"Microsoft.TestPlatform.TestHost": {
171171
"type": "Transitive",
172-
"resolved": "17.12.0",
173-
"contentHash": "MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==",
172+
"resolved": "17.13.0",
173+
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
174174
"dependencies": {
175-
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
175+
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
176176
"Newtonsoft.Json": "13.0.1"
177177
}
178178
},

0 commit comments

Comments
 (0)