Skip to content

Commit 7e5162c

Browse files
authored
include .NET 6 runtime
1 parent 709388f commit 7e5162c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"dotnet": "7.0.100-rc.1.22431.12",
44
"runtimes": {
55
"dotnet": [
6-
"3.1.7"
6+
"3.1.7",
7+
"6.0.11"
78
]
89
},
910
"vs": {

0 commit comments

Comments
 (0)