diff options
author | crupest <crupest@outlook.com> | 2019-04-12 23:34:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-12 23:34:40 +0800 |
commit | 401a5b74696c471e5168e421e3de0db1e5f946a8 (patch) | |
tree | 46e4110f6044d606dc7e30d03c8527db6954b212 /Timeline/Timeline.csproj | |
parent | 8c5e7069d2651fb6fae641dfe482d7a0910b3fd1 (diff) | |
download | timeline-401a5b74696c471e5168e421e3de0db1e5f946a8.tar.gz timeline-401a5b74696c471e5168e421e3de0db1e5f946a8.tar.bz2 timeline-401a5b74696c471e5168e421e3de0db1e5f946a8.zip |
Add database connection.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index e55eb90d..2958dd38 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -17,7 +17,9 @@ <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.App" /> <PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" /> - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.1" /> + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" /> + <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" /> + <PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" /> </ItemGroup> <ItemGroup> |