Skip to content

Commit

Permalink
[dotnet] Use the lower version of Newtonsoft.Json as dependency (#12772)
Browse files Browse the repository at this point in the history
Use the lower version of newtonsoft as dependency
  • Loading branch information
nvborisenko committed Sep 18, 2023
1 parent 43c4a11 commit 6e33959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/WebDriver.StrongNamed.nuspec
Expand Up @@ -28,7 +28,7 @@
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.IdentityModel.Tokens" version="6.19.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="5.0.1" exclude="Build,Analyzers" />
<dependency id="System.Drawing.Common" version="7.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/WebDriver.csproj
Expand Up @@ -61,7 +61,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.19.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/WebDriver.nuspec
Expand Up @@ -28,7 +28,7 @@
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.IdentityModel.Tokens" version="6.19.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="5.0.1" exclude="Build,Analyzers" />
<dependency id="System.Drawing.Common" version="7.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down

0 comments on commit 6e33959

Please sign in to comment.