-
released this
2021-11-23 21:58:49 +08:00 | 250 commits to main since this releaseThis release includes the following PRs:
- Adding support to install multiple .NET versions in single action invocation: #240
example:
- uses: actions/setup-dotnet@v1 with: dotnet-version: | 3.1.x 5.0.xThe latest installed .NET version is default, according .NET documentation.
- Adding the build warnings if the deprecated .NET versions are installed by action: #245
Downloads
- Adding support to install multiple .NET versions in single action invocation: #240