diff options
author | crupest <crupest@outlook.com> | 2020-02-20 19:08:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-20 19:08:49 +0800 |
commit | 1fe7642e88d373d8ed00a434cd7c73af422c261a (patch) | |
tree | e038cecc090f74f863b5c80e49cd1c0de537c965 /Timeline | |
parent | ce56b8254bb6a080a64b2b97bc000e3011d3f1f2 (diff) | |
download | timeline-1fe7642e88d373d8ed00a434cd7c73af422c261a.tar.gz timeline-1fe7642e88d373d8ed00a434cd7c73af422c261a.tar.bz2 timeline-1fe7642e88d373d8ed00a434cd7c73af422c261a.zip |
Update packages.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/Timeline.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 08999f82..a20048a9 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -21,10 +21,10 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.1">
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.2" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.2" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
|