dotnet-installer/global.json

13 lines
260 B
JSON

{
"tools": {
"dotnet": "5.0.100-rc.2.20479.15",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20552.5"
}
}