8 writes to TargetPlatformVersion
Microsoft.NET.Build.Tasks.UnitTests (8)
ProcessFrameworkReferencesTests.cs (8)
230
TargetPlatformVersion
= withTargetPlatform ? "10.0.18362" : null,
281
TargetPlatformVersion
= "10.0.18362",
320
TargetPlatformVersion
= "10.0.18362",
356
TargetPlatformVersion
= "10.0.18362",
433
TargetPlatformVersion
= "10.0.18362",
501
TargetPlatformVersion
= "15.5",
641
TargetPlatformVersion
= "17.0",
709
TargetPlatformVersion
= platformVersion,
2 references to TargetPlatformVersion
Microsoft.NET.Build.Tasks.UnitTests (2)
ProcessFrameworkReferencesTests.cs (2)
155
if (config.
TargetPlatformVersion
!= null) task.TargetPlatformVersion = config.
TargetPlatformVersion
;