diff options
author | crupest <crupest@outlook.com> | 2022-04-12 20:37:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-12 20:37:34 +0800 |
commit | 73317407aff1ef1bcda102b1e75d628e5c8f682b (patch) | |
tree | a1444d9cdf20c1f418cb943700b8206864f3d6d9 /BackEnd/Timeline/Timeline.csproj | |
parent | 8ddb8a46d065b4c6ab8241e602fdfb7afe687b8d (diff) | |
download | timeline-73317407aff1ef1bcda102b1e75d628e5c8f682b.tar.gz timeline-73317407aff1ef1bcda102b1e75d628e5c8f682b.tar.bz2 timeline-73317407aff1ef1bcda102b1e75d628e5c8f682b.zip |
...
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 5db7a613..28234a4d 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -37,11 +37,11 @@ <PackageReference Include="AutoMapper" Version="11.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="Markdig" Version="0.28.1" />
- <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.3" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="6.0.3" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.3" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.3">
+ <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">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
|