Skip to content

Commit

Permalink
Remove deprecated Http package (#5235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Jan 29, 2021
1 parent 403ea22 commit 43e9cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brokerages/QuantConnect.Brokerages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<PackageReference Include="NodaTime" Version="1.3.4" />
<PackageReference Include="QuantConnect.IBAutomater" Version="1.0.43" />
<PackageReference Include="RestSharp" Version="106.6.10" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Encoding" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
Expand All @@ -62,6 +61,7 @@
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Web" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down

0 comments on commit 43e9cad

Please sign in to comment.