diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-19 01:52:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 01:52:36 +0800 |
commit | 501fe7b988dfbdea7a62f78cb50c1ac66d5f4a20 (patch) | |
tree | e1091ffcf9e3571c1a9de4a71b12f0527397af19 /Timeline/Timeline.csproj | |
parent | 0630fd020ec11e343b787a18d70f1f13fdb350b3 (diff) | |
parent | 5808bd6efb42847560ed10b2cc56323594d241de (diff) | |
download | timeline-501fe7b988dfbdea7a62f78cb50c1ac66d5f4a20.tar.gz timeline-501fe7b988dfbdea7a62f78cb50c1ac66d5f4a20.tar.bz2 timeline-501fe7b988dfbdea7a62f78cb50c1ac66d5f4a20.zip |
Merge pull request #43 from crupest/avatar
Add avatar feature.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 1f70c634..3855e0d1 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -5,12 +5,6 @@ <UserSecretsId>1f6fb74d-4277-4bc0-aeea-b1fc5ffb0b43</UserSecretsId>
<Authors>crupest</Authors>
</PropertyGroup>
- <ItemGroup>
- <Compile Remove="Migrations\20190817094126_Enhance.cs" />
- <Compile Remove="Migrations\20190817094126_Enhance.Designer.cs" />
- <Compile Remove="Migrations\20190817094254_Enhance.cs" />
- <Compile Remove="Migrations\20190817094254_Enhance.Designer.cs" />
- </ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
@@ -18,5 +12,6 @@ <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" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
</ItemGroup>
</Project>
|