Runtimes.DotnetRuntimeType Enum
Declaring Type: Runtimes
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Dotnet Runtime SKU
public enum Runtimes.DotnetRuntimeType
{
Runtime = 1,
AspNetCore = 2,
WindowsDesktop = 3
}
Inheritance: object → ValueType → Enum → Runtimes.DotnetRuntimeType
Fields
Name | Description |
---|---|
AspNetCore | The The ASP.NET Core Runtime enables you to run existing web/server applications |
Runtime | The .NET Runtime contains just the components needed to run a console app |
WindowsDesktop | The .NET Desktop Runtime enables you to run existing Windows desktop applications |
Documentation generated by MdDocs