remove moniker versioning (#12343)

* remove moniker versioning

* remove moniker versioning

* remove moniker versioning
pull/12359/head
Rick Anderson 2019-05-09 09:20:39 -10:00 committed by GitHub
parent 95f46512d2
commit e9d5b2cce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 25 deletions

View File

@ -10,10 +10,6 @@ uid: data/ef-rp/complex-data-model
# Razor Pages with EF Core in ASP.NET Core - Data Model - 5 of 8
[!INCLUDE[2.0 version](~/includes/RP-EF/20-pdf.md)]
::: moniker range=">= aspnetcore-2.1"
By [Tom Dykstra](https://github.com/tdykstra) and [Rick Anderson](https://twitter.com/RickAndMSFT)
[!INCLUDE [about the series](~/includes/RP-EF/intro.md)]
@ -667,7 +663,7 @@ The next tutorial covers related data.
* [YouTube version of this tutorial(Part 1)](https://www.youtube.com/watch?v=0n2f0ObgCoA)
* [YouTube version of this tutorial(Part 2)](https://www.youtube.com/watch?v=Je0Z5K1TNmY)
::: moniker-end
> [!div class="step-by-step"]
> [Previous](xref:data/ef-rp/migrations)

View File

@ -8,10 +8,6 @@ uid: data/ef-rp/crud
---
# Razor Pages with EF Core in ASP.NET Core - CRUD - 2 of 8
[!INCLUDE[2.0 version](~/includes/RP-EF/20-pdf.md)]
::: moniker range=">= aspnetcore-2.1"
By [Tom Dykstra](https://github.com/tdykstra), [Jon P Smith](https://twitter.com/thereformedprog), and [Rick Anderson](https://twitter.com/RickAndMSFT)
[!INCLUDE [about the series](~/includes/RP-EF/intro.md)]
@ -241,7 +237,7 @@ Verify the Razor Page contains the correct `@page` directive. For example, The S
Each Razor Page must include the `@page` directive.
::: moniker-end
## Additional resources

View File

@ -10,10 +10,6 @@ uid: data/ef-rp/intro
# Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8
[!INCLUDE[2.0 version](~/includes/RP-EF/20-pdf.md)]
::: moniker range=">= aspnetcore-2.1"
By [Tom Dykstra](https://github.com/tdykstra) and [Rick Anderson](https://twitter.com/RickAndMSFT)
The Contoso University sample web app demonstrates how to create an ASP.NET Core Razor Pages app using Entity Framework (EF) Core.
@ -311,7 +307,7 @@ For more information about asynchronous programming in .NET, see [Async Overview
In the next tutorial, basic CRUD (create, read, update, delete) operations are examined.
::: moniker-end
## Additional resources

View File

@ -9,10 +9,6 @@ uid: data/ef-rp/migrations
# Razor Pages with EF Core in ASP.NET Core - Migrations - 4 of 8
[!INCLUDE[2.0 version](~/includes/RP-EF/20-pdf.md)]
::: moniker range=">= aspnetcore-2.1"
By [Tom Dykstra](https://github.com/tdykstra), [Jon P Smith](https://twitter.com/thereformedprog), and [Rick Anderson](https://twitter.com/RickAndMSFT)
[!INCLUDE [about the series](~/includes/RP-EF/intro.md)]
@ -174,7 +170,7 @@ Solution: Run `dotnet ef database update`
* [.NET Core CLI](/ef/core/miscellaneous/cli/dotnet).
* [Package Manager Console (Visual Studio)](/ef/core/miscellaneous/cli/powershell)
::: moniker-end
> [!div class="step-by-step"]
> [Previous](xref:data/ef-rp/sort-filter-page)

View File

@ -10,10 +10,6 @@ uid: data/ef-rp/sort-filter-page
# Razor Pages with EF Core in ASP.NET Core - Sort, Filter, Paging - 3 of 8
[!INCLUDE[2.0 version](~/includes/RP-EF/20-pdf.md)]
::: moniker range=">= aspnetcore-2.1"
By [Tom Dykstra](https://github.com/tdykstra), [Rick Anderson](https://twitter.com/RickAndMSFT), and [Jon P Smith](https://twitter.com/thereformedprog)
[!INCLUDE [about the series](~/includes/RP-EF/intro.md)]
@ -281,7 +277,7 @@ If you run into problems you can't solve, download the [completed app for this s
In the next tutorial, the app uses migrations to update the data model.
::: moniker-end
> [!div class="step-by-step"]
> [Previous](xref:data/ef-rp/crud)