Skip to content

Commit

Permalink
Merge pull request dotnet-architecture#296 from saschagottfried/clean…
Browse files Browse the repository at this point in the history
…-up-applicationcore

Remove references to "Microsoft.EntityFrameworkCore.*" in eShopOnWeb.ApplicationCore
  • Loading branch information
efleming18 authored Sep 5, 2019
2 parents 8e19521 + 11cb67a commit 1cc0e51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/ApplicationCore/ApplicationCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
3 changes: 1 addition & 2 deletions src/ApplicationCore/Entities/OrderAggregate/Address.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.EntityFrameworkCore;
using System;
using System;

namespace Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Ardalis.GuardClauses;
using Microsoft.EntityFrameworkCore;

namespace Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate
{
Expand Down

0 comments on commit 1cc0e51

Please sign in to comment.