From a3516c06b8719c02a27ae66ba293d769e172a0e8 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 12 May 2025 18:20:57 -0700 Subject: [PATCH] remove bad crefs from deprecated package --- .../HttpClientSocketHandlingExtensions.xml | 4 ++-- .../SocketsHttpHandlerBuilder.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml b/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml index 3cdc71f1c2d..a13e6a7bd21 100644 --- a/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml +++ b/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml @@ -48,7 +48,7 @@ The . Adds a delegate that will set as the primary - for a named . + for a named HttpClient. The given instance to allow method chaining. To be added. @@ -78,7 +78,7 @@ Configure using a instance. Adds a delegate that will set as the primary - for a named . + for a named HttpClient. The given instance to allow method chaining. To be added. diff --git a/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml b/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml index ef2411e1d11..2d4c1223c68 100644 --- a/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml +++ b/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml @@ -162,7 +162,7 @@ Configuration for . Adds a delegate that will set as the primary - for a named and will use to configure it. + for a named HttpClient and will use to configure it. The . To be added. @@ -190,7 +190,7 @@ Configuration for . Adds a delegate that will set as the primary - for a named and will use the delegate to configure it. + for a named HttpClient and will use the delegate to configure it. The . To be added.