Skip to content

Commit d2be5db

Browse files
committed
Updated CryptoExchange.Net to version 10.5.3
1 parent c438818 commit d2be5db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CoinEx.Net/CoinEx.Net.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
</PackageReference>
5656
<PackageReference Include="Crc32.NET" Version="1.2.0" />
57-
<PackageReference Include="CryptoExchange.Net" Version="10.5.1" />
5857
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.101">
5958
<PrivateAssets>all</PrivateAssets>
6059
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6160
</PackageReference>
6261
</ItemGroup>
62+
<ItemGroup>
63+
<ProjectReference Include="..\..\CryptoExchange.Net\CryptoExchange.Net\CryptoExchange.Net.csproj" />
64+
</ItemGroup>
6365
</Project>

0 commit comments

Comments
 (0)