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`).