2 assignments to MSBuild property TargetPlatformMinVersion
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (2)
41
<
TargetPlatformMinVersion
Condition="'$(TargetPlatformMinVersion)' == ''">$(SupportedOSPlatformVersion)</TargetPlatformMinVersion>
45
<
TargetPlatformMinVersion
Condition="'$(TargetPlatformMinVersion)' == ''">$(TargetPlatformVersion)</TargetPlatformMinVersion>
7 usages of MSBuild property TargetPlatformMinVersion
MSBuildFiles (7)
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>
45
<TargetPlatformMinVersion Condition="'$(
TargetPlatformMinVersion
)' == ''">$(TargetPlatformVersion)</TargetPlatformMinVersion>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (1)
47
<NuGetTargetMoniker Condition="'$(NuGetTargetMoniker)' == '' AND '$(UseTargetPlatformAsNuGetTargetMoniker)' == 'true'">$(TargetPlatformIdentifier),Version=v$([System.Version]::Parse('$(
TargetPlatformMinVersion
)').ToString(3))</NuGetTargetMoniker>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets (1)
145
TargetPlatformMinVersion="$(
TargetPlatformMinVersion
)">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (2)
701
TargetPlatformMinVersion="$(
TargetPlatformMinVersion
)">
1147
<TargetPlatformMinVersion>$(
TargetPlatformMinVersion
)</TargetPlatformMinVersion>