Update README.md

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 &amp; answers from the team bringing you YouTube, helping in: english, español, português, deutsch, français, pусский, 日本語, indonesian, العربية, हिंदी, 한국어 at DuckDuckGo</A>
This commit is contained in:
Bndrs21 2024-06-08 15:54:53 -05:00 committed by GitHub
parent 5d1464d5da
commit 4d8c8056e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ steps:
dotnet-version: '3.1.x' dotnet-version: '3.1.x'
- run: dotnet build <my project> - run: dotnet build <my project>
``` ```
> **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**: **Multiple version installation**:
```yml ```yml