migration to official .NET 8 release

This commit is contained in:
sbwalker
2023-11-14 14:48:12 -05:00
parent bb10d64d58
commit 5ab2f6ea3a
15 changed files with 44 additions and 42 deletions

View File

@ -29,7 +29,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.0-preview" />
</ItemGroup>
<ItemGroup>