1 assignment to MSBuild item _ValidTargetPlatformVersion
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
241
<
_ValidTargetPlatformVersion
Include="@(_ApplicableTargetPlatformVersion)" Condition="'@(_ApplicableTargetPlatformVersion)' != '' and $([MSBuild]::VersionEquals(%(Identity), $(TargetPlatformVersion)))" />
5 usages of MSBuild item _ValidTargetPlatformVersion
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (5)
245
<TargetPlatformVersion Condition="'@(
_ValidTargetPlatformVersion
)' != '' and '@(
_ValidTargetPlatformVersion
->Distinct()->Count())' == '1' and '@(
_ValidTargetPlatformVersion
)' != '$(TargetPlatformVersion)'">@(
_ValidTargetPlatformVersion
->Distinct())</TargetPlatformVersion>
254
<TargetPlatformVersionSupported Condition="'$(TargetPlatformVersionSupported)' == '' and '@(
_ValidTargetPlatformVersion
)' != ''" >true</TargetPlatformVersionSupported>