Skip to content
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

Fix hardcoded ILAsm package version in Microsoft.NET.SDK.IL #96069

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

akoeplinger
Copy link
Member

We were still hardcoding version 6.0.0 of ILAsm in the targets, fix it by using a template and injecting the ProductVersion.

Fixes #49135

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 15, 2023
@ghost ghost assigned akoeplinger Dec 15, 2023
@ghost
Copy link

ghost commented Dec 15, 2023

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

We were still hardcoding version 6.0.0 of ILAsm in the targets, fix it by using a template and injecting the ProductVersion.

Fixes #49135

Author: akoeplinger
Assignees: akoeplinger
Labels:

area-ILTools-coreclr, needs-area-label

Milestone: -

@akoeplinger akoeplinger removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 15, 2023
We were still hardcoding version 6.0.0 of ILAsm in the targets, fix it by using a template and injecting the PackageVersion.

Fixes dotnet#49135
@akoeplinger akoeplinger merged commit 5dc63a6 into dotnet:main Dec 15, 2023
110 checks passed
@akoeplinger akoeplinger deleted the fix-ilsdk branch December 15, 2023 20:13
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microsoft.NET.Sdk.IL nuget packages is broken
2 participants