Skip to content

Commit 9aeabc6

Browse files
authored
Update buildy wuildy (#9389)
* Update SDK stuff in build * add it back
1 parent 6366d1e commit 9aeabc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fcs/global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.100"
3+
"version": "3.1.200",
4+
"rollForward":"minor"
45
}
56
}

global.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"tools": {
3-
"dotnet": "3.1.100",
3+
"dotnet": "3.1.200",
44
"vs": {
5-
"version": "16.3",
5+
"version": "16.4",
66
"components": [
7-
"Microsoft.Net.Core.Component.SDK.2.1",
87
"Microsoft.VisualStudio.Component.FSharp"
98
]
109
}

0 commit comments

Comments
 (0)