aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
Diffstat (limited to 'Database')
-rw-r--r--Database/Database.csproj6
1 files changed, 3 insertions, 3 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>