2 writes to _targetPlatformVersion
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
254
_targetPlatformVersion
??= s_defaultTargetPlatformVersion;
258
set =>
_targetPlatformVersion
= value;
1 reference to _targetPlatformVersion
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
255
return
_targetPlatformVersion
;