Fix GraphQL Implementation and also UI Playground and add supports for Oracle Provider using EF Core ...
This commit is contained in:
+3
-2
@@ -31,12 +31,12 @@
|
||||
<!-- <PackageReference Include="xDashboard.xModels" Version="1.0.0" /> -->
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Dependencies -->
|
||||
<!-- MongoDB -->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MongoDB.Driver" Version="2.13.2" />
|
||||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<!-- GraphQL -->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GraphQL" Version="3.0.0.2026" />
|
||||
@@ -52,6 +52,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Reactive" Version="5.0.0" />
|
||||
<PackageReference Include="MySql.EntityFrameworkCore" Version="3.1.14" />
|
||||
<PackageReference Include="Oracle.EntityFrameworkCore" Version="3.19.180" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.14" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.14">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
|
||||
Reference in New Issue
Block a user