Dotnet#
Overview#
The Dotnet platform supports various project types using the dotnet framework. It allows the creation of web APIs, web applications, console applications, desktop applications, libraries, and mobile applications.
Supported Project Types#
webapi
webapp
console
desktop
library
mobile
Supported Languages#
Platform Versions#
- .NET Core 2.0
- .NET Core 2.1
- .NET Core 2.2
- .NET Core 3.0
- .NET Core 3.1
- .NET 5
- .NET 6
- .NET 7
- .NET 8
Runtime Versions#
- .NET Core 2.0
- .NET Core 2.1
- .NET Core 2.2
- .NET Core 3.0
- .NET Core 3.1
- .NET 5
- .NET 6
- .NET 7
- .NET 8
Package Manager#
- The Dotnet platform supports external packages through the NuGet package manager. Support for additional package registries will be available in the future.
This guide provides an overview of the Dotnet platform's capabilities, including supported project types, languages, platform and runtime versions, and external package management through NuGet. Future updates will include support for additional package registries.