From 068e13343dccd905d6195f2fb9ff6f446d82d2c2 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Thu, 28 May 2026 09:18:51 -0700 Subject: [PATCH] Update ms.product to ms.service in index.yml (#37199) Replaced meta data `ms.product: aspnet` which we no longer use, with `ms.service: aspnet-core`. --- aspnetcore/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index bad4f5ed6a31..4a6d44dea31c 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -7,7 +7,7 @@ brand: aspnet metadata: title: ASP.NET documentation description: Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more. - ms.product: aspnet + ms.service: aspnet-core ms.topic: hub-page author: wadepickett ms.author: wpickett