From 8fa130a39864c3ef8b72ae16652d8fb6fe9f6592 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 30 Mar 2017 17:57:00 -1000 Subject: [PATCH] hide xplat version of add a model (#3118) --- aspnetcore/tutorials/first-mvc-app-xplat/adding-model.md | 2 ++ aspnetcore/tutorials/first-mvc-app-xplat/index.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/aspnetcore/tutorials/first-mvc-app-xplat/adding-model.md b/aspnetcore/tutorials/first-mvc-app-xplat/adding-model.md index e5addfc264..47acb3a6ef 100644 --- a/aspnetcore/tutorials/first-mvc-app-xplat/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app-xplat/adding-model.md @@ -12,6 +12,7 @@ ms.technology: aspnet ms.prod: asp.net-core uid: tutorials/first-mvc-app-xplat/adding-model --- + +--> \ No newline at end of file diff --git a/aspnetcore/tutorials/first-mvc-app-xplat/index.md b/aspnetcore/tutorials/first-mvc-app-xplat/index.md index f49876b0fe..d0e50da63e 100644 --- a/aspnetcore/tutorials/first-mvc-app-xplat/index.md +++ b/aspnetcore/tutorials/first-mvc-app-xplat/index.md @@ -19,12 +19,11 @@ This series of tutorials will teach you the basics of building an ASP.NET Core M 1. [Getting started](start-mvc.md) 2. [Adding a controller](adding-controller.md) 3. [Adding a view](adding-view.md) -4. [Adding a model](adding-model.md) This is a work in progress. See the [Visual Studio versions ](xref:tutorials/first-mvc-app/index) of the remaining tutorials.