Skip to content

Commit

Permalink
Explicitly add Alpaca Markets dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero committed Sep 5, 2024
1 parent e94f451 commit 8ecf29c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<PackageReference Include="QuantConnect.Brokerages" Version="2.5.*" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="MessagePack" Version="2.5.172" />
<!--Dependencies of Alpaca.Markets.dll-->
<PackageReference Include="System.Threading.Channels" Version="8.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" PrivateAssets="compile;contentfiles;build;analyzers" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8ecf29c

Please sign in to comment.