Database: Renaming CommonAPI to Database and moving unrelated files to Kyoo

This commit is contained in:
Zoe Roux
2021-08-14 20:14:30 +02:00
parent cd73ea953b
commit ed57fcc218
51 changed files with 46 additions and 30 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Kyoo.CommonAPI/Kyoo.CommonAPI.csproj" />
<ProjectReference Include="..\Kyoo.Database\Kyoo.Database.csproj" />
<ProjectReference Include="../Kyoo.Abstractions/Kyoo.Abstractions.csproj" />
</ItemGroup>
</Project>
+1
View File
@@ -4,6 +4,7 @@ using System.Linq.Expressions;
using System.Reflection;
using EFCore.NamingConventions.Internal;
using Kyoo.Abstractions.Models;
using Kyoo.Database;
using Microsoft.EntityFrameworkCore;
using Npgsql;
+1
View File
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using Kyoo.Abstractions.Controllers;
using Kyoo.Database;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;