2 assignments to MSBuild property NuGetTargetMoniker
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (2)
47
<
NuGetTargetMoniker
Condition="'$(NuGetTargetMoniker)' == '' AND '$(UseTargetPlatformAsNuGetTargetMoniker)' == 'true'">$(TargetPlatformIdentifier),Version=v$([System.Version]::Parse('$(TargetPlatformMinVersion)').ToString(3))</NuGetTargetMoniker>
48
<
NuGetTargetMoniker
Condition="'$(NuGetTargetMoniker)' == '' AND '$(UseTargetPlatformAsNuGetTargetMoniker)' != 'true'">$(TargetFrameworkMoniker)</NuGetTargetMoniker>
8 usages of MSBuild property NuGetTargetMoniker
MSBuildFiles (8)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (4)
47
<NuGetTargetMoniker Condition="'$(
NuGetTargetMoniker
)' == '' AND '$(UseTargetPlatformAsNuGetTargetMoniker)' == 'true'">$(TargetPlatformIdentifier),Version=v$([System.Version]::Parse('$(TargetPlatformMinVersion)').ToString(3))</NuGetTargetMoniker>
48
<NuGetTargetMoniker Condition="'$(
NuGetTargetMoniker
)' == '' AND '$(UseTargetPlatformAsNuGetTargetMoniker)' != 'true'">$(TargetFrameworkMoniker)</NuGetTargetMoniker>
63
<_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' == ''">$(
NuGetTargetMoniker
)</_NugetTargetMonikerAndRID>
64
<_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' != ''">$(
NuGetTargetMoniker
)/$(RuntimeIdentifier)</_NugetTargetMonikerAndRID>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
1773
<ReferringTargetFrameworkForProjectReferences Condition="'$(
NuGetTargetMoniker
)' != '' and !$(
NuGetTargetMoniker
.Contains(';'))">$(
NuGetTargetMoniker
)</ReferringTargetFrameworkForProjectReferences>
1774
<ReferringTargetFrameworkForProjectReferences Condition="'$(
NuGetTargetMoniker
)' == ''">$(TargetFrameworkMoniker)</ReferringTargetFrameworkForProjectReferences>