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

@ -46,6 +46,7 @@
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7-pre20231110210158" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
<PackageReference Include="Oqtane.Licensing" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Oqtane.Client\Oqtane.Client.csproj" />