Skip to content

Commit 737c092

Browse files
authored
Upgrade System.Net.Http.WinHttpHandler from 4.0.2.0 to 4.0.4.0 (#24040)
Fix #23752
1 parent 52b62ce commit 737c092

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
5656
CreateAssembly("netstandard2.0", "System.Text.Json", "4.0.1.2"),
5757
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
5858
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.1").WithWindowsPowerShell(),
59-
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.2.0").WithWindowsPowerShell(),
59+
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
6060
CreateAssembly("netstandard2.0", "System.Private.ServiceModel", "4.7.0.0").WithWindowsPowerShell(),
6161
CreateAssembly("netstandard2.0", "System.Security.AccessControl", "4.1.3.0").WithWindowsPowerShell(),
6262
CreateAssembly("netstandard2.0", "System.Security.Permissions", "4.0.3.0").WithWindowsPowerShell(),
Binary file not shown.

0 commit comments

Comments
 (0)