2 assignments to MSBuild property _ValidTargetPlatformVersions
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (2)
277
<
_ValidTargetPlatformVersions
Condition="'@(_ApplicableTargetPlatformVersion)' != ''" >@(_ApplicableTargetPlatformVersion, '%0a')</_ValidTargetPlatformVersions>
278
<
_ValidTargetPlatformVersions
Condition="'@(_ApplicableTargetPlatformVersion)' == ''" >None</_ValidTargetPlatformVersions>
1 usage of MSBuild property _ValidTargetPlatformVersions
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
283
FormatArguments="$(TargetPlatformVersion);$(TargetPlatformIdentifier);$(
_ValidTargetPlatformVersions
)" />