Skip to content

Commit

Permalink
Merge pull request #10 from IliyanIlievPH/8
Browse files Browse the repository at this point in the history
update blockchain nuget
  • Loading branch information
starkmsu committed May 12, 2020
2 parents 7f21e3d + 6b50047 commit abcf7a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Lykke.PrivateBlockchain.Definitions;
using MAVN.PrivateBlockchain.Definitions;
using MAVN.Service.PartnersPayments.Domain.Services;
using Nethereum.ABI;
using Nethereum.ABI.FunctionEncoding;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using AutoMapper;
using Lykke.PrivateBlockchain.Definitions;
using AutoMapper;
using MAVN.PrivateBlockchain.Definitions;
using MAVN.Service.PartnersPayments.Domain.Common;
using MAVN.Service.PartnersPayments.Domain.Enums;
using MAVN.Service.PartnersPayments.Domain.Models;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Falcon.PrivateBlockchain.HospitalityRedeemGateway" Version="2.0.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MAVN.Job.QuorumTransactionWatcher.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.PrivateBlockchain.HospitalityRedeemGateway" Version="1.0.0-beta.1" />
<PackageReference Include="MAVN.Service.CustomerProfile.Client" Version="1.3.0" />
<PackageReference Include="MAVN.Service.EligibilityEngine.Client" Version="1.1.1" />
<PackageReference Include="MAVN.Service.PartnerManagement.Client" Version="1.4.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using AutoMapper;
using AutoMapper;
using MAVN.Numerics;
using Lykke.PrivateBlockchain.Definitions;
using MAVN.PrivateBlockchain.Definitions;
using MAVN.Service.PartnersPayments.Client.Models;
using MAVN.Service.PartnersPayments.Domain.Models;

Expand Down

0 comments on commit abcf7a1

Please sign in to comment.