1 assignment to MSBuild item _ApplicableTargetPlatformVersion
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
262
<
_ApplicableTargetPlatformVersion
Include="@(SdkSupportedTargetPlatformVersion)" Condition="'@(SdkSupportedTargetPlatformVersion)' != '' and '%(SdkSupportedTargetPlatformVersion.DefineConstantsOnly)' != 'true'" RemoveMetadata="DefineConstantsOnly" />
5 usages of MSBuild item _ApplicableTargetPlatformVersion
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (5)
263
<_ValidTargetPlatformVersion Include="@(
_ApplicableTargetPlatformVersion
)" Condition="'@(
_ApplicableTargetPlatformVersion
)' != '' and $([MSBuild]::VersionEquals(%(Identity), $(TargetPlatformVersion)))" />
277
<_ValidTargetPlatformVersions Condition="'@(
_ApplicableTargetPlatformVersion
)' != ''" >@(
_ApplicableTargetPlatformVersion
, '%0a')</_ValidTargetPlatformVersions>
278
<_ValidTargetPlatformVersions Condition="'@(
_ApplicableTargetPlatformVersion
)' == ''" >None</_ValidTargetPlatformVersions>