From 50c831ed731305abae0db2a3f24e309ccd859670 Mon Sep 17 00:00:00 2001 From: heissenberg06 <145454044+heissenberg06@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:37:01 +0300 Subject: [PATCH] Add SDK download link to version selection page --- docs/core/versions/selection.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/core/versions/selection.md b/docs/core/versions/selection.md index e79a1cceb2fb2..83bfb86d17e18 100644 --- a/docs/core/versions/selection.md +++ b/docs/core/versions/selection.md @@ -14,6 +14,9 @@ This article explains the policies used by the .NET tools, SDK, and runtime for - Easy and efficient deployment of .NET, including security and reliability updates. - Use the latest tools and commands independent of target runtime. +> [!TIP] +> If you reached this page from a "compatible .NET SDK was not found" build error, [download the .NET SDK](https://dotnet.microsoft.com/download/dotnet) to install the required version. Alternatively, update your *global.json* file to match a version that's already installed. + Version selection occurs: - When you run an SDK command, [the SDK uses the latest installed version](#the-sdk-uses-the-latest-installed-version).