DotNetSdkHelpers 4.0.0
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
dotnet tool install --global DotNetSdkHelpers --version 4.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local DotNetSdkHelpers --version 4.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DotNetSdkHelpers&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DotNetSdkHelpers --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DotNetSdkHelpers
A shameless .NET Core CLI tool port of .NET Core SDK CLI Helpers
This global tool helps you manage the set of installed .NET Core SDK versions and get new ones as needed.
Installation
# Install global tool
dotnet tool install -g dotnetsdkhelpers
# Get started!
dotnet-sdk -h
Help and Usage
Manage .NET Core SDKs
Usage: dotnet-sdk [command] [options]
Options:
-?|-h|--help Show help information.
Commands:
download Downloads the provided release version & platform.
list Lists .NET Core SDKs
set Creates a global.json to switch to the specified .NET Core SDK version
Run 'dotnet-sdk [command] -?|-h|--help' for more information about a command.
dotnet-sdk download
Downloads the provided release version & platform.
Usage: dotnet-sdk download [options] <Version>
Arguments:
Version 'active', 'go-live', 'preview' or a specific version. (Default: 'active')
Default value is: active.
Options:
-r|--runtime Indicate the version specified is the runtime version, NOT the SDK version.
-p|--platform <PLATFORM> The platform to download for. Defaults to the current platform on Windows and MacOS.
-n|--no-hash-validation Indicate that validation of hash should NOT be done.
-?|-h|--help Show help information.
dotnet-sdk list
Lists .NET Core SDKs
Usage: dotnet-sdk list [options] <Filter>
Arguments:
Filter Filters list to only SDKs starting with the provided string.
Options:
-a|--available List SDKs available to download; default is to list installed SDKs.
-r|--release-type Show available versions matching the specified release types.
Allowed values are: sts, lts.
-s|--support-phase Show available versions matching the specified support phases.
Allowed values are: preview, go-live, active, maintenance, eol.
--all Show all available versions including all support phases and release types.
-?|-h|--help Show help information.
dotnet-sdk set
Switches to the specified .NET Core SDK version
Usage: dotnet-sdk set [options] <Version>
Arguments:
Version 'stable', 'preview' or a specific version
Options:
-?|-h|--help Show help information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.