From 7abe8003098b3fc13cab8098b249c85bd1bd34e7 Mon Sep 17 00:00:00 2001 From: Rod Date: Sun, 1 May 2022 19:56:59 -0600 Subject: [PATCH] Update intro.md (#25766) * Update intro.md Microsoft.AspNetCore.Razor.Tools is not added to an ASP.NET MVC Core app newly created by Visual Studio when creating a .NET 6 app. I don't believe it incorporates Microsoft.AspNetCore.Razor.Tools in a .NET 5 app, either. I've tried to make this clearer in the edit I've made. * Update aspnetcore/mvc/views/tag-helpers/intro.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> --- aspnetcore/mvc/views/tag-helpers/intro.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/mvc/views/tag-helpers/intro.md b/aspnetcore/mvc/views/tag-helpers/intro.md index c9a143efed..04b79eb027 100644 --- a/aspnetcore/mvc/views/tag-helpers/intro.md +++ b/aspnetcore/mvc/views/tag-helpers/intro.md @@ -178,7 +178,6 @@ builder.Services.AddSingleton ## IntelliSense support for Tag Helpers -When you create a new ASP.NET Core web app in Visual Studio, it adds the NuGet package "Microsoft.AspNetCore.Razor.Tools". This is the package that adds Tag Helper tooling. Consider writing an HTML `