Skip to content

Commit

Permalink
Remove references to namespace "Microsoft.EntityFrameworkCore.*" in o…
Browse files Browse the repository at this point in the history
…rder to remove dependencies to EF Core in project ApplicationCore. Remove any packages related to EF Core from ApplicationCore.csproj.
  • Loading branch information
Sascha Gottfried committed Sep 2, 2019
1 parent 8e19521 commit 11cb67a
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 11cb67a

Please sign in to comment.