diff options
author | crupest <crupest@outlook.com> | 2020-02-21 11:59:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-21 11:59:58 +0800 |
commit | 3fa9899e17df4b1012e8b645915ac15022b84f9b (patch) | |
tree | a143ff8698660608d188428957a1ad56d620cca6 /Timeline/Timeline.csproj | |
parent | 1fe7642e88d373d8ed00a434cd7c73af422c261a (diff) | |
download | timeline-3fa9899e17df4b1012e8b645915ac15022b84f9b.tar.gz timeline-3fa9899e17df4b1012e8b645915ac15022b84f9b.tar.bz2 timeline-3fa9899e17df4b1012e8b645915ac15022b84f9b.zip |
Migrate to use sqlite.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index a20048a9..e82e80f9 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -28,8 +28,6 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.1" />
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
</ItemGroup>
|