From af9f6a66a2edcf0078aaadb015ea4a8f87cf0198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 21 May 2022 15:37:53 +0200 Subject: [PATCH] Update the System.Net.Http integrations to support HttpRequestMessage.VersionPolicy --- Directory.Build.targets | 1 + .../OpenIddictClientSystemNetHttpHandlers.cs | 5 +++++ .../OpenIddictValidationSystemNetHttpHandlers.cs | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/Directory.Build.targets b/Directory.Build.targets index bf296bb2..10fa1262 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -82,6 +82,7 @@ $(DefineConstants);SUPPORTS_MULTIPLE_VALUES_IN_QUERYHELPERS + $(DefineConstants);SUPPORTS_HTTP_CLIENT_DEFAULT_REQUEST_VERSION_POLICY