Summary
Gets or sets the package framework assemblies.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public ICollection<NuSpecFrameworkAssembly> FrameworkAssemblies { get; set; }
Value
| Type | Description |
|---|---|
| ICollection |
The package framework assemblies. |
