Skip to content

Commit

Permalink
chore(deps): bump System.Data.SqlClient (#1353)
Browse files Browse the repository at this point in the history
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.2 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 36a2a1e commit 29e2852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions windows/aspnet-gmsa/dotnetdemoappMVC/dotnetdemoappMVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
<Reference Include="System.Console" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.SqlClient, Version=4.6.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SqlClient.4.8.2\lib\net461\System.Data.SqlClient.dll</HintPath>
<Reference Include="System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\System.Data.SqlClient.4.8.6\lib\net461\System.Data.SqlClient.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Diagnostics.Tracing" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion windows/aspnet-gmsa/dotnetdemoappMVC/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<package id="Microsoft.Web.LibraryManager.Build" version="2.1.113" targetFramework="net472" />
<package id="Modernizr" version="2.8.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="System.Data.SqlClient" version="4.8.2" targetFramework="net472" />
<package id="System.Data.SqlClient" version="4.8.6" targetFramework="net472" />
<package id="System.Management.Automation.dll" version="10.0.10586.0" targetFramework="net45" />
<package id="WebGrease" version="1.6.0" targetFramework="net45" />
</packages>

0 comments on commit 29e2852

Please sign in to comment.