Setup .NET Core SDK
Version updated for https://github.com/actions/setup-dotnet to version v5.1.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 307,371 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-dotnet GitHub Action automates the setup of a .NET CLI environment in workflows by downloading, caching, and configuring specific .NET SDK versions. It simplifies managing multiple SDK versions, registers problem matchers for error output, and enables authentication to private package sources. This action is ideal for streamlining .NET project builds and deployments in CI/CD pipelines.
Release notes
What’s Changed
Documentation
- Readme update for environment variable on self hosted linux runners by @priya-kinthali in https://github.com/actions/setup-dotnet/pull/689
- Contributor icon updates by @Falco20019 in https://github.com/actions/setup-dotnet/pull/604
Dependency updates
- Upgrade actions/checkout from 5 to 6 by @dependabot in https://github.com/actions/setup-dotnet/pull/684
- Upgrade to latest actions packages by @salmanmkc in https://github.com/actions/setup-dotnet/pull/687
- Upgrade dependencies in testproject and checkout in Readme by @priya-kinthali in https://github.com/actions/setup-dotnet/pull/692
New Contributors
- @priya-kinthali made their first contribution in https://github.com/actions/setup-dotnet/pull/689
- @Falco20019 made their first contribution in https://github.com/actions/setup-dotnet/pull/604
Full Changelog: https://github.com/actions/setup-dotnet/compare/v5...v5.1.0