Summary
Gets the operating system(s) or platform(s) which this assembly supports.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- Assembly
Info Parse Result
Syntax
public ICollection<string> SupportedOSPlatform { get; }
Value
| Type | Description |
|---|---|
| ICollection |
The name(s), and optional version(s), of the supported platform(s). |
