aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-15 00:05:02 +0800
committercrupest <crupest@outlook.com>2020-06-15 00:05:02 +0800
commitf7ec671a7422ea1fc6de4bb310fed3b4933f27e9 (patch)
treef0257e17a4c7828d8c88de2f306a59cdd588ceba /Timeline/Timeline.csproj
parent98f1ec6e27616d292f86cce30223f0a267c35fd3 (diff)
downloadtimeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.tar.gz
timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.tar.bz2
timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.zip
refactor(back): Use generic host.
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 dfaecf02..badafd33 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -28,15 +28,15 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
- <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.4" />
+ <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.5" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4">
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>