Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5558d18

Browse files
authored
Use 3.1.100 SDK in 3.1 build (#27965)
To ensure that the 3.1 stack uses a consistent SDK. The upper portions of the stack require the 3.1 SDK because for TFM purposes.
1 parent f86dcc9 commit 5558d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "3.0.101"
3+
"dotnet": "3.1.100"
44
},
55
"native-tools": {
66
"cmake": "3.11.1",

0 commit comments

Comments
 (0)