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