8000 Fix alpine host build by am11 · Pull Request #48914 · dotnet/sdk · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div id="files_bucket" class="files-bucket files-next-bucket clearfix pull-request-tab-content is-visible js-multi-line-comments-enabled">

Fix alpine host build #48914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/Layout/redist/targets/Crossgen.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
'$(TargetArchitecture)' != 'ppc64le' and
'$(DotNetBuildUseMonoRuntime)' != 'true'">true</IsCrossgenSupported>

<Crossgen2Rid>$(HostOSName)-$(BuildArchitecture)</Crossgen2Rid>

<RuntimeNETCrossgenPackageName>microsoft.netcore.app.crossgen2.$(Crossgen2Rid)</RuntimeNETCrossgenPackageName>
<RuntimeNETCrossgenPackageName>microsoft.netcore.app.crossgen2.$(NETCoreSdkRuntimeIdentifier)</RuntimeNETCrossgenPackageName>
</PropertyGroup>

<!-- Download the runtime package with the crossgen executable in it -->
Expand Down
Loading
0