aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-12 19:56:20 +0800
committerGitHub <noreply@github.com>2020-03-12 19:56:20 +0800
commitd51954c2eaf07769e045270a02c19e46e01fe73f (patch)
tree70681348ddfc3bc8c3d9a92ae010a02020830573 /Timeline/Timeline.csproj
parenteb9554b4fe78eaced12329e7fd7d8d62a58a1c6c (diff)
parent45527eb0c836d14725019c3facdff6c8391531cf (diff)
downloadtimeline-d51954c2eaf07769e045270a02c19e46e01fe73f.tar.gz
timeline-d51954c2eaf07769e045270a02c19e46e01fe73f.tar.bz2
timeline-d51954c2eaf07769e045270a02c19e46e01fe73f.zip
Merge pull request #69 from crupest/image
Post image feature.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index e993c0b3..245ff3e7 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -7,10 +7,6 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
- <ItemGroup>
- <Compile Remove="Migrations\20200306101428_AddDataTable.cs" />
- <Compile Remove="Migrations\20200306101428_AddDataTable.Designer.cs" />
- </ItemGroup>
<ItemGroup>
<Content Include="default-avatar.png">
@@ -32,12 +28,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-unstable0934" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Timeline.ErrorCodes\Timeline.ErrorCodes.csproj" />
+ <ProjectReference Include="..\Timeline.ErrorCodes\Timeline.ErrorCodes.csproj" />
</ItemGroup>
<ItemGroup>