From 1cd01d22521e1f3dc389a343193f93c17731b194 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:58:28 -0500 Subject: [PATCH] Update ms.author --- aspnetcore/diagnostics/asp0028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/diagnostics/asp0028.md b/aspnetcore/diagnostics/asp0028.md index 99a03bce9e8d..c57a9a824018 100644 --- a/aspnetcore/diagnostics/asp0028.md +++ b/aspnetcore/diagnostics/asp0028.md @@ -4,7 +4,7 @@ ms.date: 11/11/2024 description: "Learn about analysis rule ASP0028: Consider using IPAddress.IPv6Any instead of IPAddress.Any" author: deaglegross monikerRange: '>= aspnetcore-10.0' -ms.author: deaglegross +ms.author: riande uid: diagnostics/asp0028 --- # ASP0028: Consider using `IPAddress.IPv6Any` instead of `IPAddress.Any`