Skip to content

Commit

Permalink
Merge pull request #7 from HannaAndreevna/clean-up-falcon-dependencie…
Browse files Browse the repository at this point in the history
…s-currency-converter

Replace nuget packages from Lykke and Falcon to MAVN
  • Loading branch information
starkmsu authored May 8, 2020
2 parents 9e6d5b9 + a6f22ec commit dacc56f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;
using JetBrains.Annotations;
using MAVN.Service.CurrencyConvertor.Client.Models.Responses;
using Refit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<None Remove="Lykke.Service.CurrencyConvertor.Client.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falcon.Numerics" Version="0.1.1" />
<PackageReference Include="Lykke.HttpClientGenerator" Version="2.5.0" />
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" />
<PackageReference Include="MAVN.Numerics" Version="1.0.0" />
<PackageReference Include="Refit" Version="4.6.107" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;
using JetBrains.Annotations;

namespace MAVN.Service.CurrencyConvertor.Client.Models.Requests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;
using JetBrains.Annotations;

namespace MAVN.Service.CurrencyConvertor.Client.Models.Responses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Numerics" Version="0.1.1" />
<PackageReference Include="Lykke.Common" Version="7.5.0" />
<PackageReference Include="MAVN.Numerics" Version="1.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CurrencyConverter.Domain.Models
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CurrencyConverter.Domain.Services
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;
using MAVN.Service.CurrencyConverter.Domain.Exceptions;
using MAVN.Service.CurrencyConverter.Domain.Services;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CurrencyConverter.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;
using MAVN.Service.CurrencyConverter.Domain.Exceptions;
using MAVN.Service.CurrencyConverter.Domain.Services;
using MAVN.Service.CurrencyConvertor.Client.Api;
Expand Down

0 comments on commit dacc56f

Please sign in to comment.