-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Microsoft.NET.Sdk.IL nuget packages is broken #49135
Comments
Tagging subscribers to this area: @hoyosjs Issue DetailsThe latest available version of the There are different options how to fix this:
|
TODO: Discuss if we wanna continue shipping the package on nuget.org. |
This package is very useful for implementing low-level tests for profilers. |
CC @briansull PTAL. |
@infra team, please decide on the best option between the two and implement it. JIT team does not have preference. |
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
The latest available version of the
Microsoft.NET.Sdk.IL
package on nuget.org is broken as it tries to resolve runtime ilasm/ildasm packages with a version of6.0.0
which doesn't exist until we ship.There are different options how to fix this:
cc @trylek @hoyosjs @ericstj
The text was updated successfully, but these errors were encountered: