Skip to content

Commit af1cb01

Browse files
committed
Update to .NET 11
Update to .NET 11 with .NET SDK version 11.0.100-preview.1.26104.118. Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
1 parent ff72715 commit af1cb01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"components": [
44
"Microsoft.VisualStudio.Component.CoreEditor",
55
"Microsoft.VisualStudio.Workload.CoreEditor",
6-
"Microsoft.NetCore.Component.Runtime.10.0",
6+
"Microsoft.NetCore.Component.Runtime.11.0",
77
"Microsoft.NetCore.Component.SDK",
88
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
99
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.103",
3+
"version": "11.0.100-preview.1.26104.118",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

0 commit comments

Comments
 (0)