Skip to content

fix(ppc64le): to fix NU1101 on linux-ppc64le#66383

Open
Swapnali911 wants to merge 3 commits intodotnet:mainfrom
Swapnali911:main1
Open

fix(ppc64le): to fix NU1101 on linux-ppc64le#66383
Swapnali911 wants to merge 3 commits intodotnet:mainfrom
Swapnali911:main1

Conversation

@Swapnali911
Copy link
Copy Markdown

Fixes #66375

cc : @tmds @omajid

@Swapnali911 Swapnali911 requested a review from halter73 as a code owner April 20, 2026 12:28
@github-actions github-actions Bot added the needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically label Apr 20, 2026
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Apr 20, 2026
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
<RuntimeIdentifier Condition="'$(CurrentLtsTargetFramework)' == 'net11.0' and '$(TargetRuntimeIdentifier)' != ''">$(TargetRuntimeIdentifier)</RuntimeIdentifier>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be made non-.NET 11 specific by leaving out the '$(CurrentLtsTargetFramework)' == 'net11.0' and ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you try using the same pattern as:

<RuntimeIdentifiers Condition="'$(DotNetBuild)' == 'true'">$(TargetRuntimeIdentifier)</RuntimeIdentifiers>

Does that work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates that the PR has been added by a community member needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ppc64le] NU1101 restore failure in BasicLinkedApp / LinkabilityChecker

2 participants