4 references to TargetPlatformVersion
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
75
ArgumentNullException.ThrowIfNull(value, nameof(
TargetPlatformVersion
));
138
if (String.IsNullOrEmpty(
TargetPlatformVersion
) || String.IsNullOrEmpty(TargetPlatformIdentifier))
154
Version platformVersion = Version.Parse(
TargetPlatformVersion
);
193
Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier,
TargetPlatformVersion
);