Skip to content

Commit

Permalink
Merge pull request #6 from SyncfusionExamples/dependabot/nuget/Blazor…
Browse files Browse the repository at this point in the history
…WebApp/BlazorWebApp/Microsoft.Data.SqlClient-5.1.3

Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.3 in /BlazorWebApp/BlazorWebApp
  • Loading branch information
rajendranr-5483 authored Jul 2, 2024
2 parents 90a0bb9 + df3b9cb commit ce7beb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.24" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="24.1.41" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="24.1.41" />
Expand Down
2 changes: 1 addition & 1 deletion BlazorWebApp/BlazorWebApp/BlazorWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectReference Include="..\BlazorWebApp.Shared\BlazorWebApp.Shared.csproj" />
<PackageReference Include="Dapper" Version="2.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
</ItemGroup>

</Project>

0 comments on commit ce7beb1

Please sign in to comment.