dotnet-install scripts - .NET CLI | Microsoft Learn
learn.microsoft.com › en-us › dotnetSep 20, 2022 · You can install a specific version using the -Version|--version argument. The version must be specified as a three-part version number, such as 2.1.0. If the version isn't specified, the script installs the latest version. The install scripts do not update the registry on Windows. They just download the zipped binaries and copy them to a folder.
Install .NET on Windows, Linux, and macOS | Microsoft Learn
learn.microsoft.com › en-us › dotnetInstall .NET on Windows, Linux, and macOS Learn about installing .NET Core, .NET 5, and later versions on Windows, Linux, and macOS. Discover the dependencies required to develop, deploy, and run .NET apps. Windows Overview Install on Windows Supported Windows releases Dependencies Install with Visual Studio Install alongside Visual Studio Code
.NET Downloads (Linux, macOS, and Windows)
dotnet.microsoft.com › en-us › downloadOct 11, 2022 · .NET Core 3.1: Long Term Support Tooltip: Long Term Support (LTS) releases have an extended support period (3 years). Use LTS if you need to stay supported on the same version of .NET for longer. Maintenance Tooltip: The last 6 months of support before the release reaches end of life. During the maintenance support period, .NET releases are updated to mitigate security vulnerabilities only.
Install .NET on Windows - .NET | Microsoft Learn
learn.microsoft.com › en-us › dotnetOct 11, 2022 · The following commands install the ASP.NET Core Runtime, which is the most compatible runtime for .NET. In your terminal, run the following commands: winget install Microsoft.DotNet.AspNetCore.6 .NET Runtime. This is the base runtime, and contains just the components needed to run a console app. Typically, you'd install the other runtimes. winget install Microsoft.DotNet.Runtime.6