We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366d1e commit 9aeabc6Copy full SHA for 9aeabc6
2 files changed
fcs/global.json
@@ -1,5 +1,6 @@
1
{
2
"sdk": {
3
- "version": "3.1.100"
+ "version": "3.1.200",
4
+ "rollForward":"minor"
5
}
6
global.json
@@ -1,10 +1,9 @@
"tools": {
- "dotnet": "3.1.100",
+ "dotnet": "3.1.200",
"vs": {
- "version": "16.3",
+ "version": "16.4",
"components": [
7
- "Microsoft.Net.Core.Component.SDK.2.1",
8
"Microsoft.VisualStudio.Component.FSharp"
9
]
10
0 commit comments