aspnet / MetaPackages

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
211 stars 109 forks source link

Support .NET Framework apps using Microsoft.AspNetCore.App & Microsoft.AspNetCore.All #258

Closed DamianEdwards closed 5 years ago

DamianEdwards commented 6 years ago

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.

muratg commented 6 years ago

@DamianEdwards was this for the investigation @JunTaoLuo did? Anything left?

muratg commented 6 years ago

@DamianEdwards ping Good to close?

DamianEdwards commented 6 years ago

Not yet, talking to Richard about this still

muratg commented 6 years ago

@DamianEdwards Still keep in the milestone?

DamianEdwards commented 6 years ago

Can move to RC. @richlander is working on the blocker.

Eilon commented 6 years ago

@DamianEdwards / @richlander - any update on this? Time for RC1 is running out.

muratg commented 6 years ago

@DamianEdwards Removed from the milestone. Retriage as needed.

natemcmaster commented 5 years ago

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

https://github.com/aspnet/AspNetCore/issues/3753