aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-11-20 18:48:14 +0800
committercrupest <crupest@outlook.com>2019-11-20 18:48:14 +0800
commitba7d166578c540a5ab7c9912c77146a2012dc3ec (patch)
tree7d11d2480ec564d12a9bae6f4f59740ae81467af /Timeline/Timeline.csproj
parentae5bb5cbef2aec94673e26712d7937fca3996f5b (diff)
downloadtimeline-ba7d166578c540a5ab7c9912c77146a2012dc3ec.tar.gz
timeline-ba7d166578c540a5ab7c9912c77146a2012dc3ec.tar.bz2
timeline-ba7d166578c540a5ab7c9912c77146a2012dc3ec.zip
Update packages and migrate database.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index f3589c04..ab1a0f8d 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -16,17 +16,17 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
+ <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.0.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.0.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.0.0-rc1.final" />
+ <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.0.0" />
<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" />