Database type name should use type AssemblyQualifiedName instead of maigic string

This commit is contained in:
hishamco
2021-05-16 22:50:39 +03:00
parent 6e21eb7327
commit 2324ae1ccb
11 changed files with 139 additions and 5 deletions

View File

@ -29,6 +29,10 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Oqtane.Database.MySQL\Oqtane.Database.MySQL.csproj" />
<ProjectReference Include="..\Oqtane.Database.PostgreSQL\Oqtane.Database.PostgreSQL.csproj" />
<ProjectReference Include="..\Oqtane.Database.Sqlite\Oqtane.Database.Sqlite.csproj" />
<ProjectReference Include="..\Oqtane.Database.SqlServer\Oqtane.Database.SqlServer.csproj" />
<ProjectReference Include="..\Oqtane.Shared\Oqtane.Shared.csproj" />
</ItemGroup>