2 references to Platform
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
1457bool hasPlatformIdentity = SDKType == SDKType.Platform || !String.IsNullOrEmpty(PlatformIdentity);
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
980if (extensionSdk.SDKType == SDKType.Framework || extensionSdk.SDKType == SDKType.Platform)