mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Update README.md to clarify installation process
This commit is contained in:
parent
09d024bd02
commit
f05a62b1cc
@ -40,7 +40,7 @@ steps:
|
|||||||
5.0.x
|
5.0.x
|
||||||
- run: dotnet build <my project>
|
- run: dotnet build <my project>
|
||||||
```
|
```
|
||||||
> **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
|
## Supported version syntax
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user