Skip to content

Commit

Permalink
Replace Lykke.Common.MsSql package to MAVN.Common.MsSql
Browse files Browse the repository at this point in the history
  • Loading branch information
anna lizunova committed May 11, 2020
1 parent 37d0798 commit e558694
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.EncryptedFileStorage.Domain.Models;
using MAVN.Service.EncryptedFileStorage.MsSqlRepositories.EntityConfigurations;
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.0.1" />
<ProjectReference Include="..\MAVN.Service.EncryptedFileStorage.Domain\MAVN.Service.EncryptedFileStorage.Domain.csproj" />
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.EncryptedFileStorage.Domain.Models;
using MAVN.Service.EncryptedFileStorage.Domain.Repositories;
using Microsoft.EntityFrameworkCore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using AzureStorage;
using AzureStorage.Blob;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.EncryptedFileStorage.Auth;
using MAVN.Service.EncryptedFileStorage.AzureRepositories;
using MAVN.Service.EncryptedFileStorage.Client;
Expand Down

0 comments on commit e558694

Please sign in to comment.