dotnet-installer/global.json
dotnet-maestro[bot] bbc77c2d61
[release/5.0.1xx-preview1] Update dependencies from dotnet/sdk (#6553)
* 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>
2020-02-25 12:45:04 -08: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.20117.3"
}
}