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 | 8e0714b92661cc9e3ddaa2708c4267a513440a06 (patch) | |
tree | 86b5da6c2134034e66b149330606522fb4d81150 /Timeline/Timeline.csproj | |
parent | 7dc7b3b582ae84451f915133558996e6dcdb6964 (diff) | |
download | timeline-8e0714b92661cc9e3ddaa2708c4267a513440a06.tar.gz timeline-8e0714b92661cc9e3ddaa2708c4267a513440a06.tar.bz2 timeline-8e0714b92661cc9e3ddaa2708c4267a513440a06.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>
|