Skip to content

Commit ce7beb1

Browse files
Merge pull request #6 from SyncfusionExamples/dependabot/nuget/BlazorWebApp/BlazorWebApp/Microsoft.Data.SqlClient-5.1.3
Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.3 in /BlazorWebApp/BlazorWebApp
2 parents 90a0bb9 + df3b9cb commit ce7beb1

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)