DotNetSdkHelpers 4.0.0

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
nuke :add-package DotNetSdkHelpers --version 4.0.0

DotNetSdkHelpers

NuGet

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 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.

Version Downloads Last updated
4.0.0 1,727 2/15/2023
3.0.0 569 11/16/2022
2.1.0 1,749 4/12/2021
2.0.1 326 4/10/2021
2.0.0 872 10/30/2020
1.0.2 1,325 9/26/2019
1.0.1 577 9/24/2019
1.0.0 776 7/17/2019
0.3.0 944 2/25/2019
0.2.0 605 2/24/2019
0.1.0 766 1/4/2019