Skip to content

Commit b832a94

Browse files
Bump the nuget group in /src/webapp01 with 2 updates
Bumps the nuget group in /src/webapp01 with 2 updates: [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) and [System.Text.Json](https://github.com/dotnet/runtime). Updates `Microsoft.Data.SqlClient` from 5.0.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.0.2...v5.1.3) Updates `System.Text.Json` from 9.0.0 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 5.1.3 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-version: 9.0.4 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56f37e0 commit b832a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webapp01/webapp01.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Azure.Identity" Version="1.13.2" />
14-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
14+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
1515
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
16-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
16+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)