Skip to content

Commit

Permalink
Merge pull request #10 from HannaAndreevna/clean-up-falcon-dependenci…
Browse files Browse the repository at this point in the history
…es-notification-system-audit

Rplace LykkeCommon.MsSql package to MAVN.Common.MsSql
  • Loading branch information
starkmsu committed May 8, 2020
2 parents 299b70f + d60df3e commit acbe01e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.NotificationSystemAudit.MsSqlRepositories.Entities;
using Microsoft.EntityFrameworkCore;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<ProjectReference Include="..\MAVN.Service.NotificationSystemAudit.Domain\MAVN.Service.NotificationSystemAudit.Domain.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\MAVN.Service.NotificationSystemAudit.Domain\MAVN.Service.NotificationSystemAudit.Domain.csproj" />
<PackageReference Include="MAVN.Common.MsSql" Version="3.0.0" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.NotificationSystemAudit.Domain.Contracts;
using MAVN.Service.NotificationSystemAudit.Domain.Enums;
using MAVN.Service.NotificationSystemAudit.Domain.Repositories;
Expand Down
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.NotificationSystemAudit.Domain.Repositories;
using MAVN.Service.NotificationSystemAudit.MsSqlRepositories;
using MAVN.Service.NotificationSystemAudit.MsSqlRepositories.Repositories;
Expand Down

0 comments on commit acbe01e

Please sign in to comment.