1 write to TargetPlatformVersion
Microsoft.Build.Utilities.Core (1)
12 references to TargetPlatformVersion
Microsoft.Build.Utilities.Core (12)
ToolLocationHelper.cs (9)
457extensionSDKsAndVersions[extension.Key] = Tuple.Create<string, string>(extension.Value, moniker.TargetPlatformVersion.ToString());
482&& platformSDK.TargetPlatformVersion <= targetPlatformVersion) || platformSDK.ContainsPlatform(targetPlatformIdentifier, targetPlatformVersionString))
483.OrderBy<TargetPlatformSDK, Version>(platform => platform.TargetPlatformVersion);
537&& platform.TargetPlatformVersion <= targetPlatformVersion))
539.OrderByDescending<TargetPlatformSDK, Version>(platform => platform.TargetPlatformVersion)
1347bool isSDKMatch = string.Equals(sdk.TargetPlatformIdentifier, sdkIdentifier, StringComparison.OrdinalIgnoreCase) && Equals(sdk.TargetPlatformVersion, sdkVersion);
1598&& Equals(platform.TargetPlatformVersion, targetPlatformVersion));
2635targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKManifestExists ? platformSDKDirectory : null);
2755targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKmanifestExists ? platformSDKDirectory : null);