You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the product we run on an older shared framework than the last built and consumed runtime.
Reproduction Steps
Build dotnet/runtime when it's using a MicrosoftDotNetILCompilerVersion newer than the dotnet version, and ILC depends on an API change in the framework.
Expected behavior
Build succeeds
Actual behavior
Failure because the tool framework is missing API required by ILC
Description
See #106729
When building the product we run on an older shared framework than the last built and consumed runtime.
Reproduction Steps
Build dotnet/runtime when it's using a MicrosoftDotNetILCompilerVersion newer than the dotnet version, and ILC depends on an API change in the framework.
Expected behavior
Build succeeds
Actual behavior
Failure because the tool framework is missing API required by ILC
Regression?
Yes, torn state introduced by #100845
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: