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
Make src/native/managed projects use Microsoft.DotNet.ILCompiler version from Version.props (#100845)
- Use the version of Microsoft.DotNet.ILCompiler specified in Version.props when producing runtime components in src/native/managed via NativeAOT
- This is the same version that `ILCompiler.csproj` / `ilc` itself uses to publish as NativeAOT
- Reduce the number of copies of the output by avoiding publishing and just running `LinkNative`
0 commit comments