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 | ea1e708f2fc179c5fc0bf1eda83482ad0ce7ea33 (patch) | |
tree | 7f19e86f51613b46d3ab3aff02b8abd9f71bb0b0 /Timeline/Timeline.csproj | |
parent | 7c021c429ea77dffdd877c3e2a0bcf6e881a7285 (diff) | |
download | timeline-ea1e708f2fc179c5fc0bf1eda83482ad0ce7ea33.tar.gz timeline-ea1e708f2fc179c5fc0bf1eda83482ad0ce7ea33.tar.bz2 timeline-ea1e708f2fc179c5fc0bf1eda83482ad0ce7ea33.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" />
|