aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Database/Database.csproj6
-rw-r--r--Server/Server.csproj10
2 files changed, 9 insertions, 7 deletions
diff --git a/Database/Database.csproj b/Database/Database.csproj
index b6357e8..ab95e73 100644
--- a/Database/Database.csproj
+++ b/Database/Database.csproj
@@ -6,9 +6,9 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.1" />
- <PackageReference Include="MySql.Data.EntityFrameworkCore" Version="8.0.15" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.1.4" />
+ <PackageReference Include="MySql.Data.EntityFrameworkCore" Version="8.0.11" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>
diff --git a/Server/Server.csproj b/Server/Server.csproj
index 488c2a4..fb94fca 100644
--- a/Server/Server.csproj
+++ b/Server/Server.csproj
@@ -7,12 +7,14 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
+ <PackageReference Include="MySql.Data.EntityFrameworkCore" Version="8.0.11" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Classes\Classes.csproj" />
- <ProjectReference Include="..\Aggregator\Parser\Parser.csproj" />
- <ProjectReference Include="..\Database\Database.csproj" />
+ <ItemGroup>
+ <ProjectReference Include="..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\Aggregator\Parser\Parser.csproj" />
+ <ProjectReference Include="..\Database\Database.csproj" />
</ItemGroup>
</Project>