From 665c6ffa940fd6d9166fd95e5a58af08f9793229 Mon Sep 17 00:00:00 2001 From: breggles Date: Fri, 4 Feb 2022 14:07:25 +0000 Subject: [PATCH] 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. --- samples/dotnetcore.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/dotnetcore.md b/samples/dotnetcore.md index 8ea87c541d..39b7eda3bc 100644 --- a/samples/dotnetcore.md +++ b/samples/dotnetcore.md @@ -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