Skip to content

Commit

Permalink
Bump System.Net.Http from 2.0.20710.0 to 4.3.4 in /sdk
Browse files Browse the repository at this point in the history
Bumps System.Net.Http from 2.0.20710.0 to 4.3.4.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2022
1 parent b55ed80 commit 065bd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/aliyun-tablestore-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Bosima.Google.ProtocolBuffers" Version="1.0.1" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.6.1" />
<PackageReference Include="KdSoft.FlatBuffers" Version="1.12.0" />
<PackageReference Include="System.Net.Http" Version="2.0.20710" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Net.Http">
Expand All @@ -31,7 +31,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
<PackageReference Include="System.Net.Http">
<Version>2.0.20710</Version>
<Version>4.3.4</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 065bd40

Please sign in to comment.