Update CMAKE for Visual Studio 17.0 (#11561)

This commit is contained in:
Jacques Eloff 2021-08-17 11:44:09 -07:00 committed by GitHub
parent ca60baef37
commit 46179150cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -28,7 +28,7 @@ This project has adopted the code of conduct defined by the [Contributor Covenan
# Building
The repository contains native code project required for the Windows installer. If you intend to build it locally on Windows, you will need to ensure that you have the following items installed.
- Install CMAKE 3.2.0.1 or later
- Install CMAKE 3.21.0 is required if you're building VS 17.0. Make sure to add CMAKE to your PATH (the installer will prompt you).
- Install MSVC Build tools for x86/x64/arm64, v14.28-16.9
- `build` for basic build

View file

@ -162,6 +162,11 @@
<Sha>9b7027ba718462aa6410cef61a8be5a4283e7528</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21413.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9b7027ba718462aa6410cef61a8be5a4283e7528</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21413.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9b7027ba718462aa6410cef61a8be5a4283e7528</Sha>

View file

@ -12,6 +12,6 @@
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21413.4",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2"
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21413.4"
}
}