Skip to content

Commit 20dec36

Browse files
committed
Bump .NET SDK again
- remove Microsoft.NET.Test.Sdk version override - new vstest.console.dll in the .NET SDK is again compatible w/ older testhost.dll in the Test SDK
1 parent e97bc0c commit 20dec36

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

eng/Versions.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@
184184
<MicrosoftBuildUtilitiesCoreVersion>16.9.0</MicrosoftBuildUtilitiesCoreVersion>
185185
<MicrosoftBuildLocatorVersion>1.2.6</MicrosoftBuildLocatorVersion>
186186
<MicrosoftBuildUtilitiesCoreVersion>16.9.0</MicrosoftBuildUtilitiesCoreVersion>
187-
<!--
188-
Temporarily override the Microsoft.NET.Test.Sdk version Arcade defaults to. That's incompatible w/ test
189-
framework in current .NET SDKs.
190-
-->
191-
<MicrosoftNETTestSdkVersion>17.1.0-preview-20211109-03</MicrosoftNETTestSdkVersion>
192187
<!--
193188
Versions of Microsoft.CodeAnalysis packages referenced by analyzers shipped in the SDK.
194189
This need to be pinned since they're used in 3.1 apps and need to be loadable in VS 2019.

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-alpha.1.21558.2"
3+
"version": "7.0.100-alpha.1.21574.8"
44
},
55
"tools": {
6-
"dotnet": "7.0.100-alpha.1.21558.2",
6+
"dotnet": "7.0.100-alpha.1.21574.8",
77
"runtimes": {
88
"dotnet/x64": [
99
"2.1.30",

0 commit comments

Comments
 (0)