Skip to content

Commit c921ffe

Browse files
committed
Revert "[dotnet] Update dependency System.Text.Json to 8.0.6 (#16171)"
Please never upgrade dependencies, never. Selenium is not an application, it is library. Upgrading dependencies, even minor version, forces all users to upgrade. we cannot allow ourselves to take liberties just to upgrade :(
1 parent 138ba07 commit c921ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Selenium.WebDriver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</ItemGroup>
5858

5959
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
60-
<PackageReference Include="System.Text.Json" Version="8.0.6" />
60+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
6161
</ItemGroup>
6262

6363
<ItemGroup>

0 commit comments

Comments
 (0)