3 assignments to MSBuild property SupportedOSPlatformVersion
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
1352
<
SupportedOSPlatformVersion
>$(TargetPlatformVersion)</SupportedOSPlatformVersion>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (2)
40
<
SupportedOSPlatformVersion
Condition="'$(SupportedOSPlatformVersion)' == ''">$(TargetPlatformMinVersion)</SupportedOSPlatformVersion>
44
<
SupportedOSPlatformVersion
Condition="'$(SupportedOSPlatformVersion)' == ''">$(TargetPlatformVersion)</SupportedOSPlatformVersion>
11 usages of MSBuild property SupportedOSPlatformVersion
MSBuildFiles (11)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateAssemblyInfo.targets (4)
144
and '$(
SupportedOSPlatformVersion
)' != ''
148
Condition="!$([MSBuild]::VersionEquals($(
SupportedOSPlatformVersion
), '0.0'))" >
149
<_Parameter1>$(TargetPlatformIdentifier)$(
SupportedOSPlatformVersion
)</_Parameter1>
152
Condition="$([MSBuild]::VersionEquals($(
SupportedOSPlatformVersion
), '0.0'))" >
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
1351
<PropertyGroup Condition="'$(
SupportedOSPlatformVersion
)' == ''">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (3)
215
<NETSdkError Condition="'$(
SupportedOSPlatformVersion
)' != '' and $(TargetPlatformVersion) != '' and $([MSBuild]::VersionGreaterThan($(
SupportedOSPlatformVersion
), $(TargetPlatformVersion)))"
217
FormatArguments="$(
SupportedOSPlatformVersion
);$(TargetPlatformVersion)"/>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (3)
40
<SupportedOSPlatformVersion Condition="'$(
SupportedOSPlatformVersion
)' == ''">$(TargetPlatformMinVersion)</SupportedOSPlatformVersion>
41
<TargetPlatformMinVersion Condition="'$(TargetPlatformMinVersion)' == ''">$(
SupportedOSPlatformVersion
)</TargetPlatformMinVersion>
44
<SupportedOSPlatformVersion Condition="'$(
SupportedOSPlatformVersion
)' == ''">$(TargetPlatformVersion)</SupportedOSPlatformVersion>