Merge pull request #296 from saschagottfried/clean-up-applicationcore

Remove references to "Microsoft.EntityFrameworkCore.*" in eShopOnWeb.ApplicationCore
This commit is contained in:
Eric Fleming
2019-09-04 20:42:54 -04:00
committed by GitHub
3 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="1.2.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="2.2.6" />
<PackageReference Include="System.Security.Claims" Version="4.3.0" />
</ItemGroup>

View File

@@ -1,5 +1,4 @@
using Microsoft.EntityFrameworkCore;
using System;
using System;
namespace Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate
{

View File

@@ -1,5 +1,4 @@
using Ardalis.GuardClauses;
using Microsoft.EntityFrameworkCore;
namespace Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate
{