11 writes to TargetPlatformVersion
Microsoft.Build.Tasks.UnitTests (11)
GetInstalledSDKLocations_Tests.cs (11)
175t.TargetPlatformVersion = null; 189t.TargetPlatformVersion = "1.0"; 202t.TargetPlatformVersion = "1.0"; 220t.TargetPlatformVersion = String.Empty; 239t.TargetPlatformVersion = "CAT"; 258t.TargetPlatformVersion = "1.0"; 280t.TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(); 327t.TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(); 401t.TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(); 515TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(), 547TargetPlatformVersion = new Version(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue).ToString(),
4 references to TargetPlatformVersion
Microsoft.Build.Tasks.Core (4)
GetInstalledSDKLocations.cs (4)
75ErrorUtilities.VerifyThrowArgumentNull(value, nameof(TargetPlatformVersion)); 138if (String.IsNullOrEmpty(TargetPlatformVersion) || String.IsNullOrEmpty(TargetPlatformIdentifier)) 154Version platformVersion = Version.Parse(TargetPlatformVersion); 193Log.LogWarningWithCodeFromResources("GetInstalledSDKs.NoSDksFound", TargetPlatformIdentifier, TargetPlatformVersion);