Skip to content

Commit

Permalink
Update Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetNext committed Jul 12, 2023
1 parent bf3e77e commit d1635a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Src/Asp.NetCore2/SqlSugar/SqlSugar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.5" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.5" />
<PackageReference Include="MySqlConnector" Version="2.2.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Npgsql" Version="5.0.7" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.100" />
<PackageReference Include="Oscar.Data.SqlClient" Version="4.0.4" />
<PackageReference Include="SqlSugarCore.Dm" Version="1.2.0" />
<PackageReference Include="SqlSugarCore.Kdbndp" Version="7.4.0" />
Expand Down
4 changes: 2 additions & 2 deletions Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="Microsoft.Data.SqlClient" version="2.1.4" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="Microsoft.Data.Sqlite" version="5.0.5" />
<dependency id="Microsoft.Data.Sqlite" version="7.0.5" />
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
<dependency id="MySqlConnector" version="2.2.5" />
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.1" />
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.100" />
<dependency id="Npgsql" version="5.0.7" />
<dependency id="SqlSugarCore.Dm" version="1.2" />
<dependency id="SqlSugarCore.Kdbndp" version="7.4.0" />
Expand Down

0 comments on commit d1635a6

Please sign in to comment.