1 write to TargetPlatformVersion
Microsoft.NET.Build.Tasks.UnitTests (1)
ProcessFrameworkReferencesTests.cs (1)
155
if (config.TargetPlatformVersion != null) task.
TargetPlatformVersion
= config.TargetPlatformVersion;
1 reference to TargetPlatformVersion
Microsoft.NET.Build.Tasks (1)
ProcessFrameworkReferences.cs (1)
602
if (!Version.TryParse(
TargetPlatformVersion
, out var targetPlatformVersionParsed))