From 4d8c8056e62d6cd3275afe369decbe63da421d16 Mon Sep 17 00:00:00 2001 From: Bndrs21 <125467834+aaservice@users.noreply.github.com> Date: Sat, 8 Jun 2024 15:54:53 -0500 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit duckduckgo.com/?q=Check+out+TeamYouTube+on+X.%0Aupdates+%26+answers+from+the+team+bringing+you+YouTube%2C+helping+in%3A+english%2C+espa%C3%B1ol%2C+portugu%C3%AAs%2C+deutsch%2C+fran%C3%A7ais%2C+p%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9%2C+%E6%97%A5%E6%9C%AC%E8%AA%9E%2C+indonesian%2C+%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%2C+%E0%A4%B9%E0%A4%BF%E0%A4%82%E0%A4%A6%E0%A5%80%2C+%ED%95%9C%EA%B5%AD%EC%96%B4&t=ddg_ios&atb=v399-1me&ko=-1&ia=web” duckduckgo:favorite=“true”>Check out TeamYouTube on X. updates & answers from the team bringing you YouTube, helping in: english, español, português, deutsch, français, pусский, 日本語, indonesian, العربية, हिंदी, 한국어 at DuckDuckGo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe7e00..a2969f7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ steps: dotnet-version: '3.1.x' - run: dotnet build ``` -> **Warning**: Unless a concrete version is specified in the [`global.json`](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json) file, **_the latest .NET version installed on the runner (including preinstalled versions) will be used [by default](https://learn.microsoft.com/en-us/dotnet/core/versions/selection#the-sdk-uses-the-latest-installed-version)_**. Please refer to the [documentation](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-software) for the currently preinstalled .NET SDK versions. +> **Warning**: Unless a concrete version is specified in the [`global.json`](https://learn.microsoft.com/xm/en-us/dotnet/core/tools/global-json) file, **_the latest .NET version installed on the runner (including preinstalled versions) will be used [by default](https://learn.microsoft.com/en-us/dotnet/core/versions/selection#the-sdk-uses-the-latest-installed-version)_**. Please refer to the [documentation](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-software) for the currently preinstalled .NET SDK versions. **Multiple version installation**: ```yml