From f05a62b1cc1ce829b6ca41f45b3b28f2c5b7c529 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Tue, 20 Dec 2022 11:36:11 +0100 Subject: [PATCH] Update README.md to clarify installation process --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec68e9..68d89ba 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ steps: 5.0.x - run: dotnet build ``` -> **Note**: In case multiple versions are installed, the latest .NET version will be used by default unless another version is specified in the `global.json` file. +> **Note**: Unless a conrete version is specified in the `global.json` file, the latest .NET version installed on the runner (incliding preinstalled versions) will be used [by default](https://learn.microsoft.com/en-us/dotnet/core/versions/selection#the-sdk-uses-the-latest-installed-version). Check the list of preinstalled .NET versions on a particular OS [here](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software). ## Supported version syntax