This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Support .NET Framework apps using Microsoft.AspNetCore.App & Microsoft.AspNetCore.All #258
Comments
@DamianEdwards was this for the investigation @JunTaoLuo did? Anything left? |
@DamianEdwards ping Good to close? |
Not yet, talking to Richard about this still |
@DamianEdwards Still keep in the milestone? |
Can move to RC. @richlander is working on the blocker. |
@DamianEdwards / @richlander - any update on this? Time for RC1 is running out. |
@DamianEdwards Removed from the milestone. Retriage as needed. |
Now that we've announced deprecation of .NET Framework support in 3.0, I'm assuming this is no longer important. Closing. If there is still an action item here for 2.x, please reopen an issue on the the repo, https://github.com/aspnet/AspNetCore |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is predicated on the .NET linker being updated in 2.1 to properly support not trimming required ASP.NET Core modules that might not be directly called by the application but are otherwise required to function (i.e. it roots them by default), along with supporting applications targeting .NET Framework.
The text was updated successfully, but these errors were encountered: