bbc77c2d61
* Update dependencies from https://github.com/dotnet/sdk build 20200224.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20124.4 - Microsoft.NET.Sdk - 5.0.100-preview.1.20124.4 * Include runtime from dependency flow In order to run integration tests from dotnet/sdk that depend on it Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
13 lines
249 B
JSON
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.20117.3"
|
|
}
|
|
}
|