Skip to content

Commit 7585d0e

Browse files
Bump Microsoft.Data.SqlClient from 5.2.2 to 6.0.2 (#75)
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.2.2 to 6.0.2. - [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.2) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2b2940 commit 7585d0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CopyDatabase.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows</TargetFramework>
44
<OutputType>WinExe</OutputType>
@@ -93,7 +93,7 @@
9393
<Version>3.1.0</Version>
9494
</PackageReference>
9595
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
96-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
96+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
9797
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf">
9898
<Version>1.1.135</Version>
9999
</PackageReference>

0 commit comments

Comments
 (0)