Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.
Connector/Remote Repository

dotnet

This package is required to run console applications with the .NET Runtime.

Recent Packages

VersionDownloadsVulnerabilities
9.0.80None
9.0.71None
9.0.62None
9.0.55None
9.0.43None

Vulnerabilities

All vulnerabilities for this package have been assessed.

Usage Instructions

Latest Version: 9.0.8
To install dotnet from the command line, run the following command: ``` choco install dotnet --version 9.0.8 --source https://proget.cnsit.com/nuget/Chocolatey/ ```
Latest PreRelease Version: 10.0.0-preview725380108
To install dotnet from the command line, run the following command: ``` choco install dotnet --version 10.0.0-preview725380108 --source https://proget.cnsit.com/nuget/Chocolatey/ ```

Description

.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. This is a *metapackage*, which installs the latest release of .NET Runtime across all versions (it is effectively an alias for the [dotnet-runtime](https://chocolatey.org/packages/dotnet-runtime) package). The .NET Runtime is required to run .NET console applications. For running .NET desktop applications, install the [dotnet-desktopruntime](https://chocolatey.org/packages/dotnet-desktopruntime) package. For running ASP.NET Core applications on IIS or IIS Express, install the [dotnet-windowshosting](https://chocolatey.org/packages/dotnet-windowshosting) package. For developing .NET applications, install the [dotnet-sdk](https://chocolatey.org/packages/dotnet-sdk) package.