fix warning in MySQL provider, update Database provider packages to official .NET 8 release, add Oqtane.Licensing

This commit is contained in:
sbwalker
2023-11-15 20:49:07 -05:00
parent 6b2a5d7777
commit f78046d4c1
10 changed files with 9 additions and 5 deletions

View File

@ -30,6 +30,7 @@
<ItemGroup>
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.0-preview" />
<PackageReference Include="MySql.Data" Version="8.2.0" />
</ItemGroup>
<ItemGroup>