Remove references to namespace "Microsoft.EntityFrameworkCore.*" in order to remove dependencies to EF Core in project ApplicationCore. Remove any packages related to EF Core from ApplicationCore.csproj.

This commit is contained in:
Sascha Gottfried
2019-09-02 15:53:37 +02:00
parent 8e1952158a
commit 11cb67a14a
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>