Skip to content

Commit

Permalink
Merge pull request #9 from HannaAndreevna/replace-common-sql-package
Browse files Browse the repository at this point in the history
Replace Lykke.Common.MsSql package to MAVN.Common.MsSql
  • Loading branch information
starkmsu committed May 13, 2020
2 parents 4890c2e + e7913d8 commit f6bbd2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Autofac;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.NotificationSystemBroker.Domain.Repositories;
using MAVN.Service.NotificationSystemBroker.MsSqlRepositories.Repositories;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Common.MsSql" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Data.Common;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.NotificationSystemBroker.MsSqlRepositories.Entities;
using Microsoft.EntityFrameworkCore;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading.Tasks;
using AutoMapper;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.NotificationSystemBroker.Domain.Entities;
using MAVN.Service.NotificationSystemBroker.Domain.Repositories;
using MAVN.Service.NotificationSystemBroker.MsSqlRepositories.Entities;
Expand Down

0 comments on commit f6bbd2d

Please sign in to comment.