1 assignment to MSBuild property NETCoreSdkPortableRuntimeIdentifier
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Microsoft.NETCoreSdk.BundledVersions.props (1)
30
<
NETCoreSdkPortableRuntimeIdentifier
>win-x64</NETCoreSdkPortableRuntimeIdentifier>
4 usages of MSBuild property NETCoreSdkPortableRuntimeIdentifier
finalizer (1)
finalizer.csproj (1)
6
<PublishAot Condition="$(
NETCoreSdkPortableRuntimeIdentifier
.StartsWith('win-'))">true</PublishAot>
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (1)
43
<ContainerRuntimeIdentifier Condition="'$(ContainerRuntimeIdentifier)' == '' and '$(ContainerRuntimeIdentifiers)' == ''">linux-$(
NETCoreSdkPortableRuntimeIdentifier
.Split('-')[1])</ContainerRuntimeIdentifier>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
122
<RuntimeIdentifier>$(
NETCoreSdkPortableRuntimeIdentifier
)</RuntimeIdentifier>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
169
NETCoreSdkPortableRuntimeIdentifier="$(
NETCoreSdkPortableRuntimeIdentifier
)"