Skip to content

Commit

Permalink
升级nuget依赖引用包;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed May 13, 2021
1 parent e8e3e98 commit f9ceb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SQLBuilder/SQLBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<HintPath>..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
</Reference>
<Reference Include="MySqlConnector, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92, processorArchitecture=MSIL">
<HintPath>..\packages\MySqlConnector.1.3.3\lib\net45\MySqlConnector.dll</HintPath>
<HintPath>..\packages\MySqlConnector.1.3.8\lib\net45\MySqlConnector.dll</HintPath>
</Reference>
<Reference Include="Npgsql, Version=4.0.11.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<HintPath>..\packages\Npgsql.4.0.11\lib\net45\Npgsql.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SQLBuilder/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dapper" version="1.50.2" targetFramework="net45" />
<package id="MySqlConnector" version="1.3.3" targetFramework="net45" />
<package id="MySqlConnector" version="1.3.8" targetFramework="net45" />
<package id="Npgsql" version="4.0.11" targetFramework="net45" />
<package id="Oracle.ManagedDataAccess" version="19.11.0" targetFramework="net45" />
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.113.3" targetFramework="net45" />
Expand Down

0 comments on commit f9ceb79

Please sign in to comment.