diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 15:13:41 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 15:13:41 +0800 |
commit | e54b72c9b01bb953b2e537f778313284b48d759c (patch) | |
tree | 7f19e86f51613b46d3ab3aff02b8abd9f71bb0b0 /Timeline/Timeline.csproj | |
parent | e1fb12bafa9bb5b1d657d223a4131c63cd4c2349 (diff) | |
download | timeline-e54b72c9b01bb953b2e537f778313284b48d759c.tar.gz timeline-e54b72c9b01bb953b2e537f778313284b48d759c.tar.bz2 timeline-e54b72c9b01bb953b2e537f778313284b48d759c.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 836376d9..f01b8e31 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -13,7 +13,7 @@ </ItemGroup>
<ItemGroup>
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" />
+ <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.0.0-rc1.final" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.5.0" />
|