dotnet-installer/global.json
Matt Mitchell c0c2ef891d
[release/6.0.1xx] Update arcade to build 105532 for Mariner rpm changes (#11939)
* Update arcade to build 105532 for Mariner rpm changes

* Added import

* Update tfm version

Co-authored-by: Epsitha Ananth <epananth@microsoft.com>
2021-09-14 16:05:46 -07:00

17 lines
363 B
JSON

{
"tools": {
"dotnet": "6.0.100-rc.2.21426.20",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
},
"native-tools": {
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21431.1",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21431.1"
}
}