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