diff options
author | crupest <crupest@outlook.com> | 2020-01-24 19:49:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-24 19:49:57 +0800 |
commit | 21588701f25860145847c0740299867d9285d872 (patch) | |
tree | 86b5da6c2134034e66b149330606522fb4d81150 /Timeline/Timeline.csproj | |
parent | 6829ad0903aa3310ad29b74fc435611442569d5c (diff) | |
download | timeline-21588701f25860145847c0740299867d9285d872.tar.gz timeline-21588701f25860145847c0740299867d9285d872.tar.bz2 timeline-21588701f25860145847c0740299867d9285d872.zip |
Upgrade library version.
Diffstat (limited to 'Timeline/Timeline.csproj')
-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 27897177..90588f70 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -19,10 +19,10 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="3.1.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0">
+ <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">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
|