This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Upgrade MySqlConnector package to latest to fix connection timeout bug.
master
Savorboard
3 years ago
parent
d5fc2d8cd2
commit
b0d2eb8d4b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/DotNetCore.CAP.MySql/DotNetCore.CAP.MySql.csproj
+ 1
- 1
src/DotNetCore.CAP.MySql/DotNetCore.CAP.MySql.csproj
View File
@@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.4" />
<PackageReference Include="MySqlConnector" Version="1.3.1" />
<PackageReference Include="MySqlConnector" Version="1.3.1
1
" />
</ItemGroup>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save