mirror of https://github.com/docker/docs.git
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:
parent
bfc2c27166
commit
665c6ffa94
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue