2 references to GetPlatformsForSDK
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
1327
public static IEnumerable<string> GetPlatformsForSDK(string sdkIdentifier, Version sdkVersion) =>
GetPlatformsForSDK
(sdkIdentifier, sdkVersion, null, null);
1382
IEnumerable<string> platformMonikerList =
GetPlatformsForSDK
(sdkIdentifier, new Version(sdkVersion), sdkRoots, null);