Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.

Commit 7006824

Browse files
committed
还原
1 parent e1cc6a5 commit 7006824

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

global.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"tools": {
3+
"dotnet": "6.0.102",
4+
"runtimes": {
5+
"dotnet": [
6+
"3.1.22",
7+
"5.0.14"
8+
],
9+
"aspnetcore": [
10+
"3.1.22",
11+
"5.0.14"
12+
]
13+
}
14+
},
15+
"sdk": {
16+
"version": "6.0.102",
17+
"allowPrerelease": true,
18+
"rollForward": "latestMajor"
19+
},
20+
"msbuild-sdks": {
21+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22103.1",
22+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22103.1"
23+
}
24+
}

0 commit comments

Comments
 (0)