fsharp/global.json

24 строки
456 B
JSON

{
"sdk": {
"version": "9.0.100",
"allowPrerelease": true
},
"tools": {
"dotnet": "9.0.100",
"vs": {
"version": "17.8",
"components": [
"Microsoft.VisualStudio.Component.FSharp"
]
},
"xcopy-msbuild": "17.12.0"
},
"native-tools": {
"perl": "5.38.2.2"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24462.3",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2"
}
}