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