Remove EF Core Proxies

This commit is contained in:
Patrick Barron
2020-07-13 12:49:20 -04:00
parent 8959621da7
commit befd0c7a00
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.5" />
</ItemGroup>
</Project>