1 assignment to MSBuild property NETCoreSdkPortableRuntimeIdentifier
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Microsoft.NETCoreSdk.BundledVersions.props (1)
29<NETCoreSdkPortableRuntimeIdentifier>win-x64</NETCoreSdkPortableRuntimeIdentifier>
3 usages of MSBuild property NETCoreSdkPortableRuntimeIdentifier
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Containers\build\Microsoft.NET.Build.Containers.targets (1)
41<ContainerRuntimeIdentifier Condition="'$(ContainerRuntimeIdentifier)' == '' and '$(ContainerRuntimeIdentifiers)' == ''">linux-$(NETCoreSdkPortableRuntimeIdentifier.Split('-')[1])</ContainerRuntimeIdentifier>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
113<RuntimeIdentifier>$(NETCoreSdkPortableRuntimeIdentifier)</RuntimeIdentifier>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
152NETCoreSdkPortableRuntimeIdentifier="$(NETCoreSdkPortableRuntimeIdentifier)"