diff options
author | crupest <crupest@outlook.com> | 2022-10-23 23:53:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-10-23 23:53:15 +0800 |
commit | 83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf (patch) | |
tree | 24a034a5fb23b71c51ea135efaa23ff24f7016a5 /BackEnd/Timeline/Timeline.csproj | |
parent | 4a12e66fcba50cd566a4ab8c072a50ed0751dc0b (diff) | |
download | timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.tar.gz timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.tar.bz2 timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.zip |
It's been a long time not developing this. Still need some time to get
it work again.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 6967280a..128c05b1 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -34,19 +34,19 @@ </ItemGroup>
<ItemGroup>
- <PackageReference Include="AutoMapper" Version="11.0.1" />
- <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
- <PackageReference Include="Markdig" Version="0.30.2" />
- <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="6.0.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.4">
+ <PackageReference Include="AutoMapper" Version="12.0.0" />
+ <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
+ <PackageReference Include="Markdig" Version="0.30.4" />
+ <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.10" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="6.0.10" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.10" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="NSwag.AspNetCore" Version="13.15.10" />
- <PackageReference Include="SixLabors.ImageSharp" Version="2.1.1" />
+ <PackageReference Include="NSwag.AspNetCore" Version="13.17.0" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>
<ItemGroup>
|