fd278141d7
* Update dependencies from https://github.com/dotnet/arcade build 20200421.14 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 * Update arcade and add dotnet-tools feed
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"tools": {
|
|
"dotnet": "5.0.100-preview.4.20217.10",
|
|
"runtimes": {
|
|
"dotnet": [
|
|
"$(MicrosoftNETCoreAppRuntimePackageVersion)"
|
|
]
|
|
}
|
|
},
|
|
"msbuild-sdks": {
|
|
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20224.2"
|
|
}
|
|
}
|