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 only runs on .NET Core #14717

Closed
analogrelay opened this issue Sep 26, 2019 · 0 comments · Fixed by #15044
Closed

ASP.NET Core 3.0 only runs on .NET Core #14717

analogrelay opened this issue Sep 26, 2019 · 0 comments · Fixed by #15044
Assignees
Labels
breaking-change Indicates a .NET Core breaking change

Comments

@analogrelay
Copy link

ASP.NET Core 3.0 only runs on .NET Core

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

The .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. In addition, support for ASP.NET Core 2.1 packages on .NET Framework will extend indefinitely, similar to the servicing policy for other package-based ASP.NET frameworks.

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 original blog post for more details on the motivation for this change.

Version introduced

3.0

Old behavior

ASP.NET Core applications could run on either .NET Core or .NET Framework.

New behavior

ASP.NET Core applications can only be run on .NET Core.

Reason for change

.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.

Recommended action

  • Keep your application on ASP.NET Core 2.1
  • Migrate your application and dependencies to .NET Core

Category

  • ASP.NET Core

Affected APIs

Not detectable via API analysis


Issue metadata

  • Issue type: breaking-change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Indicates a .NET Core breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants