9 writes to TargetPlatformVersion
Microsoft.Build.Tasks.UnitTests (9)
GetInstalledSDKLocations_Tests.cs (9)
174t.TargetPlatformVersion = null; 188t.TargetPlatformVersion = "1.0"; 201t.TargetPlatformVersion = "1.0"; 219t.TargetPlatformVersion = String.Empty; 238t.TargetPlatformVersion = "CAT"; 257t.TargetPlatformVersion = "1.0"; 279t.TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(); 326t.TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(); 400t.TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString();
4 references to TargetPlatformVersion
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
71ErrorUtilities.VerifyThrowArgumentNull(value, nameof(TargetPlatformVersion)); 134if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(TargetPlatformIdentifier)) 147Version platformVersion = Version.Parse(TargetPlatformVersion); 183Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier, TargetPlatformVersion);