diff options
author | crupest <crupest@outlook.com> | 2020-06-15 00:11:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 00:11:07 +0800 |
commit | 8ec86937ce4f8073a1cf49652533a1b65bf630af (patch) | |
tree | fc07d6d2622140f82a2c7e3c50aecf759c144043 /Timeline/Timeline.csproj | |
parent | cf2cfa4853944ce0af6b6c22a089b937dd59ccaf (diff) | |
parent | e0b4c538228864c314900affae08df72edc9cd60 (diff) | |
download | timeline-8ec86937ce4f8073a1cf49652533a1b65bf630af.tar.gz timeline-8ec86937ce4f8073a1cf49652533a1b65bf630af.tar.bz2 timeline-8ec86937ce4f8073a1cf49652533a1b65bf630af.zip |
Merge pull request #107 from crupest/generic-host
refactor(back): Use generic host.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 10 |
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>
|