diff options
author | crupest <crupest@outlook.com> | 2020-08-19 21:54:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-19 21:54:35 +0800 |
commit | 44b410f359f64e6cb69d506b5689d2b3df715c74 (patch) | |
tree | c9fe7fc7bf915d2fba357661210c8c64e3e19fa2 /Timeline/Timeline.csproj | |
parent | dc363ad8ae654af056c9ffa551008dbbf52b5d57 (diff) | |
download | timeline-44b410f359f64e6cb69d506b5689d2b3df715c74.tar.gz timeline-44b410f359f64e6cb69d506b5689d2b3df715c74.tar.bz2 timeline-44b410f359f64e6cb69d506b5689d2b3df715c74.zip |
Upgrade packages.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 50458c4b..cdd5f1f2 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -26,22 +26,22 @@ </ItemGroup>
<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.5" />
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
+ <PackageReference Include="AutoMapper" Version="10.0.0" />
+ <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.0.1" />
+ <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
+ <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <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">
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.7" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.7" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.7" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-rc0001" />
- <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.6.0" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0" />
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.7.1" />
</ItemGroup>
<ItemGroup>
|