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