Big overhaul for 5.0 (#47)

* Use EF Core 5.0
* Fixes around TPH, owned entity management
* Redid tests

Fixes #45
Closes #46
Fixes #41
This commit is contained in:
Shay Rojansky
2020-12-10 14:52:26 +02:00
committed by GitHub
parent 36a41daa87
commit 3f62586c3f
12 changed files with 388 additions and 132 deletions

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>