Skip to main content

Runtimes.DotnetRuntimeType Enum

Declaring Type: Runtimes
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

Dotnet Runtime SKU

public enum Runtimes.DotnetRuntimeType
{
Runtime = 1,
AspNetCore = 2,
WindowsDesktop = 3
}

Inheritance: object → ValueType → Enum → Runtimes.DotnetRuntimeType

Fields

NameDescription
AspNetCoreThe The ASP.NET Core Runtime enables you to run existing web/server applications
RuntimeThe .NET Runtime contains just the components needed to run a console app
WindowsDesktopThe .NET Desktop Runtime enables you to run existing Windows desktop applications

Documentation generated by MdDocs