dotnet-installer/global.json
dotnet-maestro[bot] 464c3f403f
Update dependencies from https://github.com/dotnet/arcade build 20200304.1 (#6687)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20154.1
2020-03-05 13:49:44 +00:00

13 lines
249 B
JSON

{
"tools": {
"dotnet": "5.0.100-preview.1.20119.7",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppRuntimePackageVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20154.1"
}
}