Fix versioning of content (#15645)

pull/15617/head
Luke Latham 2019-11-10 14:17:44 -06:00 committed by GitHub
parent 5f5c5537ad
commit 3d4d0d05e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ title: Application Parts in ASP.NET Core
author: rick-anderson
description: Share controllers, view, Razor Pages and more with Application Parts in ASP.NET Core
ms.author: riande
ms.date: 11/7/2019
ms.date: 11/10/2019
uid: mvc/extensibility/app-parts
---
@ -128,7 +128,7 @@ View Components:
::: moniker-end
::: moniker range="<= aspnetcore-3.0"
::: moniker range="< aspnetcore-3.0"
By [Rick Anderson](https://twitter.com/RickAndMSFT)
@ -245,4 +245,4 @@ View Components:
- SampleViewComponent
```
::: moniker-end
::: moniker-end