Skip to content

Commit fac8769

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 3fcd02a commit fac8769

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
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
11-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
10+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
11+
<PackageReference Include="System.Text.Json" Version="9.0.3" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)