Skip to content

Commit df3b9cb

Browse files
Bump Microsoft.Data.SqlClient in /BlazorWebApp/BlazorWebApp
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.1.2...v5.1.3) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0c027a commit df3b9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlazorWebApp/BlazorWebApp.Shared/BlazorWebApp.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Dapper" Version="2.1.24" />
11-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
11+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
1313
<PackageReference Include="Syncfusion.Blazor.Grid" Version="24.1.41" />
1414
<PackageReference Include="Syncfusion.Blazor.Themes" Version="24.1.41" />

BlazorWebApp/BlazorWebApp/BlazorWebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ProjectReference Include="..\BlazorWebApp.Shared\BlazorWebApp.Shared.csproj" />
1212
<PackageReference Include="Dapper" Version="2.1.24" />
1313
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
14-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
14+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)