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