From c69c4d2e9c7a44ff4621c71d0f37fff41bc1f067 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 19 Nov 2021 13:34:10 -1000 Subject: [PATCH] warn tutorial is not updated to 6.0 yet --- aspnetcore/data/ef-mvc/intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/data/ef-mvc/intro.md b/aspnetcore/data/ef-mvc/intro.md index 6296eae0de..4c46e47aa4 100644 --- a/aspnetcore/data/ef-mvc/intro.md +++ b/aspnetcore/data/ef-mvc/intro.md @@ -17,6 +17,8 @@ By [Tom Dykstra](https://github.com/tdykstra) and [Rick Anderson](https://twitte [!INCLUDE [RP better than MVC](~/includes/RP-EF/rp-over-mvc.md)] +This tutorial has not been updated for ASP.NET Core 6. The ASP.NET Core 6 web templates use the new [minimal hosting model](xref:migration/50-to-60#new-hosting-model), which unifies `Startup.cs` and `Program.cs` into a single `Program.cs` file. Until this tutorial is updated, see and on how to use EF with the new minimal hosting model. Updating the tutorial for ASP.NET Core 6 is tracked in [this GitHub issue](https://github.com/dotnet/AspNetCore.Docs/issues/13920). + The Contoso University sample web app demonstrates how to create an ASP.NET Core MVC web app using Entity Framework (EF) Core and Visual Studio. The sample app is a web site for a fictional Contoso University. It includes functionality such as student admission, course creation, and instructor assignments. This is the first in a series of tutorials that explain how to build the Contoso University sample app.