Skip to content

Commit fcbfb19

Browse files
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](https://github.com/dotnet/sqlclient/commits) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71b5394 commit fcbfb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DigitalLearningSolutions.Data.Migrations/DigitalLearningSolutions.Data.Migrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Dapper" Version="2.1.35" />
2020
<PackageReference Include="FluentMigrator" Version="6.2.0" />
2121
<PackageReference Include="FluentMigrator.Extensions.SqlServer" Version="6.2.0" />
22-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
22+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

DigitalLearningSolutions.Web/DigitalLearningSolutions.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<PackageReference Include="HtmlSanitizer" Version="8.0.795" />
7272
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.29" />
7373
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.24" />
74-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
74+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
7575
<PackageReference Include="Microsoft.FeatureManagement" Version="3.1.0" />
7676
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.5.1" />
7777
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.4.2">

0 commit comments

Comments
 (0)