Skip to content

Commit e7c5e09

Browse files
committed
Unpin our System.Net.Http package version
- shipped in the past patch
1 parent e497f41 commit e7c5e09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/dependencies.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<!-- MicrosoftNETCoreApp21PackageVersion is assigned at the bottom so it can automatically pick up MicrosoftNETCoreAppPackageVersion in an orchestrated build. -->
55
<MicrosoftNETCoreAppPackageVersion>2.1.9</MicrosoftNETCoreAppPackageVersion>
66
<MicrosoftNETCoreDotNetAppHostPackageVersion>2.1.9</MicrosoftNETCoreDotNetAppHostPackageVersion>
7+
8+
<SystemNetHttpPackageVersion>4.3.4</SystemNetHttpPackageVersion>
79
</PropertyGroup>
810

911
<Import Project="$(DotNetPackageVersionPropsPath)" Condition="'$(DotNetPackageVersionPropsPath)' != ''" />
@@ -194,7 +196,6 @@
194196
<SystemDiagnosticsEventLogPackageVersion>4.5.0</SystemDiagnosticsEventLogPackageVersion>
195197
<SystemIdentityModelTokensJwtPackageVersion>5.2.0</SystemIdentityModelTokensJwtPackageVersion>
196198
<SystemInteractiveAsyncPackageVersion>3.1.1</SystemInteractiveAsyncPackageVersion>
197-
<SystemNetHttpPackageVersion>4.3.2</SystemNetHttpPackageVersion>
198199
<SystemNumericsVectorsPackageVersion>4.5.0</SystemNumericsVectorsPackageVersion>
199200
<SystemReactiveLinqPackageVersion>3.1.1</SystemReactiveLinqPackageVersion>
200201
<SystemReflectionEmitPackageVersion>4.3.0</SystemReflectionEmitPackageVersion>

0 commit comments

Comments
 (0)