actions-marketplace-validations/Setup latest .NET SDKs
Github Action to install the daily builds of the .NET SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 6, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/elskom_setup-latest-dotnet@54f3797a88c09f324a3683b68795529381925e44 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| VERSION_MAJOR | Major version of the .NET SDK to install. | no | 7 |
| VERSION_MINOR | Minor version of the .NET SDK to install. | no | 0 |
| VERSION_BAND | Band version of the .NET SDK to install. | no | 1xx |
| SDK_VERSION | The version to use to override the input major, minor, and feature band of the .NET SDK to install. | no | "" |
| RUNTIME_VERSIONS | The list of versions of the runtime to install. | no | 6.0.x |
Outputs
no outputs