aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-02-26 21:35:14 +0800
committercrupest <crupest@outlook.com>2023-02-26 21:39:11 +0800
commitd9191259cc468c35a6ab46303dedc2af9012d76f (patch)
tree99e7455e8386dfe04513148b50c63a3fe306a941 /BackEnd/Timeline/Timeline.csproj
parentf2a982e279c278f0c3f658f1d525282a57bdc9c3 (diff)
downloadtimeline-d9191259cc468c35a6ab46303dedc2af9012d76f.tar.gz
timeline-d9191259cc468c35a6ab46303dedc2af9012d76f.tar.bz2
timeline-d9191259cc468c35a6ab46303dedc2af9012d76f.zip
Update dependencies.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r--BackEnd/Timeline/Timeline.csproj13
1 files changed, 8 insertions, 5 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj
index 21785978..6000cdb5 100644
--- a/BackEnd/Timeline/Timeline.csproj
+++ b/BackEnd/Timeline/Timeline.csproj
@@ -31,11 +31,14 @@
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="Markdig" Version="0.30.4" />
- <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="7.0.2" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.2" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.2" />
+ <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="7.0.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.3">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
<PackageReference Include="NSwag.AspNetCore" Version="13.18.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>