ASP.NET Core does not run on .NET Framework (#14225)

ASP.NET Core is almost a complete rewrite and an ASP.NET Core app does not run on .NET Framework. See e.g. https://docs.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-6.0#why-choose-aspnet-core.
This commit is contained in:
breggles 2022-02-04 14:07:25 +00:00 committed by GitHub
parent bfc2c27166
commit 665c6ffa94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ This example demonstrates how to dockerize an ASP.NET Core application.
Linux
- Great for modern cloud-based apps, such as web apps, IoT apps, and mobile
backends
- ASP.NET Core apps can run on [.NET Core](https://www.microsoft.com/net/core/platform)
or on the full [.NET Framework](https://www.microsoft.com/net/framework)
- Designed to provide an optimized development framework for apps that are
deployed to the cloud or run on-premises
- Modular components with minimal overhead retain flexibility while