mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Bump System.Data.SqlClient in /Src/Asp.Net/PerformanceTest
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.5 to 4.8.6. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
81d2d87419
commit
3e27b4d4d3
@ -66,8 +66,9 @@
|
||||
<HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.Linq" />
|
||||
<Reference Include="System.Data.SqlClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Data.SqlClient.4.8.2\lib\net451\System.Data.SqlClient.dll</HintPath>
|
||||
<Reference Include="System.Data.SqlClient, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<HintPath>..\packages/System.Data.SqlClient.4.8.6/lib/net46/System.Data.SqlClient.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
|
@ -8,5 +8,5 @@
|
||||
<package id="FreeSql.Provider.SqlServer" version="2.0.105" targetFramework="net452" />
|
||||
<package id="SyntacticSugar" version="2.4.1" targetFramework="net452" />
|
||||
<package id="System.Data.Common" version="4.3.0" targetFramework="net452" />
|
||||
<package id="System.Data.SqlClient" version="4.8.5" targetFramework="net452" requireReinstallation="true" />
|
||||
<package id="System.Data.SqlClient" version="4.8.6" targetFramework="net46" />
|
||||
</packages>
|
Loading…
Reference in New Issue
Block a user