dotnet-installer/global.json
DotNet Bot 3ba5fa5132 Merged PR 22879: [internal/release/6.0.3xx] Update dependencies from dotnet/arcade
This pull request updates the following dependencies

[marker]: <> (Begin:6d383863-e2a5-4edc-fb90-08da32c10934)
## From https://github.com/dotnet/arcade
- **Subscription**: 6d383863-e2a5-4edc-fb90-08da32c10934
- **Build**: 20220511.7
- **Date Produced**: May 11, 2022 5:34:05 PM UTC
- **Commit**: e3cbecc5b0e51374e3d71dbb976004ab9cc90430
- **Branch**: refs/heads/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.CMake.Sdk**: [from 6.0.0-beta.22254.3 to 6.0.0-beta.22261.7][1]
  - **Microsoft.DotNet.Build.Tasks.Installers**: [from 6.0.0-beta.22254.3 to 6.0.0-beta.22261.7][1]
  - **Microsoft.DotNet.Arcade.Sdk**: [from 6.0.0-beta.22254.3 to 6.0.0-beta.22261.7][1]

[1]: 5fdd5b6...e3cbecc

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs:**
  - Updates tools.dotnet to 6.0.105

[marker]: <> (End:6d383863-e2a5-4edc-fb90-08da32c10934)
2022-05-12 20:04:33 +00:00

17 lines
349 B
JSON

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