Skip to content
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

ASP.NET Core 3.0 will only run on .NET Core #324

Open
natemcmaster opened this issue Oct 29, 2018 · 0 comments
Open

ASP.NET Core 3.0 will only run on .NET Core #324

natemcmaster opened this issue Oct 29, 2018 · 0 comments
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Announcement Breaking change Documented The breaking change has been published to the .NET Core docs Migrated
Milestone

Comments

@natemcmaster
Copy link
Contributor

natemcmaster commented Oct 29, 2018

This change is one of several which were announced earlier today on the ASP.NET blog.

As announced on the .NET Blog earlier this month, .NET Framework will get fewer of the newer platform and language features that come to .NET Core moving forward, due to the in-place update nature of .NET Framework and the desire to limit changes there that might break existing applications. To ensure ASP.NET Core can fully leverage the improvements coming to .NET Core moving forward, ASP.NET Core will only run on .NET Core starting from 3.0. Moving forward, you can simply think of ASP.NET Core as being part of .NET Core.

Customers utilizing ASP.NET Core on .NET Framework today can continue to do so in a fully supported fashion using the 2.1 LTS release. Support and servicing for 2.1 will continue until at least August 21, 2021 (3 years after its declaration as an LTS release) in accordance with the .NET Support Policy.

For more information about porting from .NET Framework to .NET Core, see our documentation on Porting to .NET Core.

Please note that this does not affect the following:

  • Microsoft.Extensions packages (such as logging, dependency injection, and config) will continue to support .NET Standard
  • Entity Framework Core will continue to support .NET Standard

Please see the blog post from earlier today for more details on the motivation for this change.
Please use aspnet/AspNetCore#3753 for discussion.

[This announcement has been migrated to: dotnet/docs#14717]

@natemcmaster natemcmaster added Announcement Breaking change 3.0.0 Announcements related to ASP.NET Core 3.0 labels Oct 29, 2018
@aspnet aspnet locked as resolved and limited conversation to collaborators Oct 29, 2018
@natemcmaster natemcmaster added this to the 3.0.0 milestone Oct 29, 2018
@analogrelay analogrelay self-assigned this Sep 26, 2019
@analogrelay analogrelay removed their assignment Sep 27, 2019
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Announcement Breaking change Documented The breaking change has been published to the .NET Core docs Migrated
Projects
None yet
Development

No branches or pull requests

3 participants