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