tye/global.json

20 строки
284 B
JSON

{
"sdk": {
"allowPrerelease": true
},
"tools": {
"dotnet": "6.0.100",
"runtimes": {
"dotnet": [
"6.0.0"
],
"aspnetcore": [
"6.0.0"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22152.1"
}
}