Skip to content

Commit 33b4848

Browse files
Bump Newtonsoft.Json (#90)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.3. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06cc41e commit 33b4848

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@
9595
<Reference Include="Microsoft.SharePoint.Client.Runtime">
9696
<HintPath>..\ExternalReference\Microsoft.SharePoint.Client.Runtime.dll</HintPath>
9797
</Reference>
98-
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
99-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
98+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
99+
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
100+
<Private>True</Private>
100101
</Reference>
101102
<Reference Include="System" />
102103
<Reference Include="System.Configuration" />

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Microsoft.IdentityModel.Abstractions" version="8.2.1" targetFramework="net48" />
55
<package id="Microsoft.IdentityModel.Logging" version="6.19.0" targetFramework="net461" />
66
<package id="Microsoft.IdentityModel.Tokens" version="6.19.0" targetFramework="net461" />
7-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
7+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
88
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />
99
<package id="Selenium.WebDriver" version="2.52.0" targetFramework="net461" />
1010
<package id="System.Drawing.Common" version="9.0.0" targetFramework="net48" />

0 commit comments

Comments
 (0)