Runtimes.DotnetRuntimeType Enum
Declaring Type: Runtimes
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Dotnet Runtime SKU
public enum Runtimes.DotnetRuntimeType
{
Runtime = 1,
AspNetCore = 2,
WindowsDesktop = 3,
Sdk = 4
}
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 |
| Sdk | The .NET SDK contains all other runtimes and tools necessary for developing dotnet applications |
| WindowsDesktop | The .NET Desktop Runtime enables you to run existing Windows desktop applications |
Documentation generated by MdDocs