Skip to content

Commit d4d6113

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.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.Json dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2ea1f6 commit d4d6113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webapp01/webapp01.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Azure.Identity" Version="1.10.4" />
11-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
12-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
11+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
12+
<PackageReference Include="System.Text.Json" Version="9.0.3" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)