From 4b7f2a9d2acdd7f92890dfc752a77e9771bd3d31 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 13 May 2022 16:04:01 -1000 Subject: [PATCH] Update model.md --- aspnetcore/tutorials/razor-pages/model.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/tutorials/razor-pages/model.md b/aspnetcore/tutorials/razor-pages/model.md index 9a9e3cf38e..cf15828e43 100644 --- a/aspnetcore/tutorials/razor-pages/model.md +++ b/aspnetcore/tutorials/razor-pages/model.md @@ -330,8 +330,6 @@ The `Pages/Movies/Delete.cshtml.cs` file requires the following `pragma` stateme #pragma warning restore CS8604 ``` -Ignore NU1603 package mismatch warnings, they will be fixed when .NET 6 is released. - ### Test the app 1. Run the app and append `/Movies` to the URL in the browser (`http://localhost:port/movies`).