Summary
Gets or sets a value indicating whether Publish the .NET Core runtime with your application so the runtime doesn't need to be installed on the target machine. Defaults to 'true' if a runtime identifier is specified.
- Namespace
- Cake
.Common .Tools .DotNet .Publish - Containing Type
- Dot
Net Publish Settings
Syntax
public bool? SelfContained { get; set; }
Remarks
Requires .NET Core 2.x or newer.
Value
Type | Description |
---|---|
bool? |