diff --git a/README.md b/README.md index 463786cdf..2211d95ae 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4399c9ce2..e26bd2de0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -162,6 +162,11 @@ 9b7027ba718462aa6410cef61a8be5a4283e7528 + + https://github.com/dotnet/arcade + 9b7027ba718462aa6410cef61a8be5a4283e7528 + + https://github.com/dotnet/arcade 9b7027ba718462aa6410cef61a8be5a4283e7528 diff --git a/global.json b/global.json index 001a516ac..1459b4253 100644 --- a/global.json +++ b/global.json @@ -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" } }