Added support for EF Core 6

This commit is contained in:
Koen Bekkenutte
2021-09-17 02:22:40 +08:00
parent ef60fff059
commit 35fc7a2c78
14 changed files with 128 additions and 42 deletions
@@ -2,13 +2,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(TestEFCoreVersion)" />
</ItemGroup>
<ItemGroup>