Skip to content

Commit

Permalink
Merge pull request #29 from swisschain/LM-2188-update-sirius-client
Browse files Browse the repository at this point in the history
LM-2188 updated Sirius client nuget package
  • Loading branch information
KonstantinRyazantsev authored Mar 16, 2022
2 parents b075102 + a4eeea7 commit f1712b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Lykke.HftApi.Domain/Lykke.HftApi.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Grpc.Core.Api" Version="2.42.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Swisschain.Sirius.Api.ApiClient" Version="1.0.0-beta.35" />
<PackageReference Include="Swisschain.Sirius.Api.ApiClient" Version="1.0.0-beta.43" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Lykke.HftApi.Services/Lykke.HftApi.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Swisschain.Sirius.Api.ApiClient" Version="1.0.0-beta.35" />
<PackageReference Include="Swisschain.Sirius.Api.ApiClient" Version="1.0.0-beta.43" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit f1712b3

Please sign in to comment.