Skip to content

[dotnet] update system.text.json to 8.0.6#17477

Merged
titusfortner merged 1 commit into
trunkfrom
system_json
May 16, 2026
Merged

[dotnet] update system.text.json to 8.0.6#17477
titusfortner merged 1 commit into
trunkfrom
system_json

Conversation

@titusfortner

Copy link
Copy Markdown
Member

User facing change but want to use the latest, should be no issues merging after tests

@selenium-ci selenium-ci added C-dotnet .NET Bindings B-build Includes scripting, bazel and CI integrations labels May 16, 2026
@qodo-code-review

Copy link
Copy Markdown
Contributor

Review Summary by Qodo

Update System.Text.Json NuGet package to 8.0.6

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Update System.Text.Json NuGet package from 8.0.5 to 8.0.6
• Includes updated SHA512 hash for new package version
• Maintains consistent dependency versions across configuration files
Diagram
flowchart LR
  A["System.Text.Json 8.0.5"] -- "upgrade" --> B["System.Text.Json 8.0.6"]
  B --> C["paket.nuget.bzl"]
  B --> D["paket.dependencies"]
  B --> E["Selenium.WebDriver.csproj"]
  B --> F["Selenium.WebDriver.nuspec"]
Loading

Grey Divider

File Changes

1. dotnet/paket.nuget.bzl Dependencies +1/-1

Update System.Text.Json version and hash

• Updated System.Text.Json package version from 8.0.5 to 8.0.6
• Updated SHA512 hash to match new package version
• Maintained all dependency specifications for different target frameworks

dotnet/paket.nuget.bzl


2. dotnet/paket.dependencies Dependencies +1/-1

Update System.Text.Json dependency version

• Updated System.Text.Json version constraint from 8.0.5 to 8.0.6

dotnet/paket.dependencies


3. dotnet/src/webdriver/Selenium.WebDriver.csproj Dependencies +1/-1

Update System.Text.Json package reference version

• Updated PackageReference for System.Text.Json from 8.0.5 to 8.0.6
• Applied to net462 and netstandard2.0 target frameworks

dotnet/src/webdriver/Selenium.WebDriver.csproj


View more (1)
4. dotnet/src/webdriver/Selenium.WebDriver.nuspec Dependencies +3/-3

Update System.Text.Json dependency versions in nuspec

• Updated System.Text.Json dependency version from 8.0.5 to 8.0.6 for net462 target framework
• Updated System.Text.Json dependency version from 8.0.5 to 8.0.6 for netstandard2.0 target
 framework
• Minor formatting cleanup in net8.0 group

dotnet/src/webdriver/Selenium.WebDriver.nuspec


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented May 16, 2026

Copy link
Copy Markdown
Contributor

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@titusfortner titusfortner merged commit ffcbec2 into trunk May 16, 2026
33 checks passed
@titusfortner titusfortner deleted the system_json branch May 16, 2026 13:04
@nvborisenko

Copy link
Copy Markdown
Member

User facing dependency, unnecessary upgrade. In .NET we should target to minimal version as we can.

This was referenced Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations C-dotnet .NET Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants