Skip to content

Commit b82d017

Browse files
Bump Microsoft.Data.SqlClient from 5.2.2 to 6.0.1 (#4012)
* Bump Microsoft.Data.SqlClient from 5.2.2 to 6.0.1 Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.2.2 to 6.0.1. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.2.2...v6.0.1) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump tests dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
1 parent 45d8989 commit b82d017

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

build/LibraryVersions.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static partial class LibraryVersion
7979
"TestApplication.SqlClient.Microsoft",
8080
[
8181
new("5.2.2"),
82+
new("6.0.1"),
8283
]
8384
},
8485
{

examples/demo/Service/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
6+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.1" />
77
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" />
88
</ItemGroup>
99
</Project>

test/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.1" />
1818
<PackageVersion Include="Microsoft.Build" Version="15.9.20" />
1919
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
20-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
20+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.1" />
2121
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
2222
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.1" />
2323
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.1" />

test/IntegrationTests/LibraryVersions.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public static TheoryData<string> SqlClientMicrosoft
155155
string.Empty,
156156
#else
157157
"5.2.2",
158+
"6.0.1",
158159
#endif
159160
];
160161
return theoryData;

0 commit comments

Comments
 (0)