6 references to Manifest
Microsoft.Build.Utilities.Core (6)
ExtensionSDK.cs (6)
96
public SDKType SDKType =>
Manifest
.SDKType;
105
if (_minVSVersion == null &&
Manifest
.MinVSVersion != null)
107
if (!Version.TryParse(
Manifest
.MinVSVersion, out _minVSVersion))
124
if (_maxPlatformVersion == null &&
Manifest
.MaxPlatformVersion != null)
126
if (!Version.TryParse(
Manifest
.MaxPlatformVersion, out _maxPlatformVersion))
139
public ICollection<ApiContract> ApiContracts =>
Manifest
.ApiContracts;