1.0.3 • Published 3 years ago

@codspace/features-dotnet v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Dotnet CLI (dotnet)

Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.

Example Usage

"features": {
        "codspace/features/dotnet@latest": {
            "version": "latest"
        }
}

Options

Options IdDescriptionTypeDefault Value
versionSelect or enter a dotnet CLI version. (Available versions may vary by Linux distribution.)stringlatest
runtime_onlyInstall just the dotnet runtime if true, and sdk if false.boolean-
override_default_versionIf true, overrides existing version (if any) of dotnet on the PATHbooleantrue
install_using_aptIf true, it installs using apt instead of the release URLbooleantrue

Note: This file was auto-generated from the devcontainer-feature.json.