Skip to content

Commit 94d49a7

Browse files
Update intro.md (#13970)
* Update intro.md * Update intro.md * Update intro.md * Update intro.md
1 parent 839a485 commit 94d49a7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

aspnetcore/data/ef-mvc/intro.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ ms.date: 02/06/2019
88
ms.topic: tutorial
99
uid: data/ef-mvc/intro
1010
---
11-
1211
# Tutorial: Get started with EF Core in an ASP.NET MVC web app
1312

13+
::: moniker range=">= aspnetcore-3.0"
14+
15+
This tutorial has **not** been updated to ASP.NET Core 3.0. The [Razor Pages version](xref:data/ef-rp/intro) has been updated. For information on when this might be updated, see [this GitHub issue](https://github.com/aspnet/AspNetCore.Docs/issues/13920).
16+
17+
::: moniker-end
18+
19+
::: moniker range="< aspnetcore-3.0"
20+
1421
[!INCLUDE [RP better than MVC](~/includes/RP-EF/rp-over-mvc.md)]
1522

1623
The Contoso University sample web application demonstrates how to create ASP.NET Core 2.2 MVC web applications using Entity Framework (EF) Core 2.2 and Visual Studio 2017 or 2019.
@@ -373,3 +380,5 @@ Advance to the next tutorial to learn how to perform basic CRUD (create, read, u
373380

374381
> [!div class="nextstepaction"]
375382
> [Implement basic CRUD functionality](crud.md)
383+
384+
::: moniker-end

0 commit comments

Comments
 (0)