3 assignments to MSBuild property SupportedOSPlatformVersion
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
1507<SupportedOSPlatformVersion>$(EffectiveTargetPlatformVersion)</SupportedOSPlatformVersion>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (2)
56<SupportedOSPlatformVersion Condition="'$(SupportedOSPlatformVersion)' == ''">$(TargetPlatformMinVersion)</SupportedOSPlatformVersion> 60<SupportedOSPlatformVersion Condition="'$(SupportedOSPlatformVersion)' == ''">$(EffectiveTargetPlatformVersion)</SupportedOSPlatformVersion>
11 usages of MSBuild property SupportedOSPlatformVersion
MSBuildFiles (11)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateAssemblyInfo.targets (4)
144and '$(SupportedOSPlatformVersion)' != '' 148Condition="!$([MSBuild]::VersionEquals($(SupportedOSPlatformVersion), '0.0'))" > 149<_Parameter1>$(TargetPlatformIdentifier)$(SupportedOSPlatformVersion)</_Parameter1> 152Condition="$([MSBuild]::VersionEquals($(SupportedOSPlatformVersion), '0.0'))" >
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
1506<PropertyGroup Condition="'$(SupportedOSPlatformVersion)' == ''">
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (3)
252<NETSdkError Condition="'$(SupportedOSPlatformVersion)' != '' and $(TargetPlatformVersion) != '' and $([MSBuild]::VersionGreaterThan($(SupportedOSPlatformVersion), $(TargetPlatformVersion)))" 254FormatArguments="$(SupportedOSPlatformVersion);$(TargetPlatformVersion)"/>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (3)
56<SupportedOSPlatformVersion Condition="'$(SupportedOSPlatformVersion)' == ''">$(TargetPlatformMinVersion)</SupportedOSPlatformVersion> 57<TargetPlatformMinVersion Condition="'$(TargetPlatformMinVersion)' == ''">$(SupportedOSPlatformVersion)</TargetPlatformMinVersion> 60<SupportedOSPlatformVersion Condition="'$(SupportedOSPlatformVersion)' == ''">$(EffectiveTargetPlatformVersion)</SupportedOSPlatformVersion>