Skip to content

Commit 21bf6a1

Browse files
Bump Newtonsoft.Json from 13.0.3 to 13.0.4 (#226)
--- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.4 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 bfae811 commit 21bf6a1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</dependentAssembly>
8585
<dependentAssembly>
8686
<assemblyIdentity name="WebDriver" publicKeyToken="null" culture="neutral" />
87-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
87+
<bindingRedirect oldVersion="0.0.0.0-2.52.0.0" newVersion="2.52.0.0" />
8888
</dependentAssembly>
8989
<dependentAssembly>
9090
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
@@ -100,7 +100,11 @@
100100
</dependentAssembly>
101101
<dependentAssembly>
102102
<assemblyIdentity name="WebDriver.Support" publicKeyToken="null" culture="neutral" />
103-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
103+
<bindingRedirect oldVersion="0.0.0.0-2.52.0.0" newVersion="2.52.0.0" />
104+
</dependentAssembly>
105+
<dependentAssembly>
106+
<assemblyIdentity name="System.Management.Automation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
107+
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
104108
</dependentAssembly>
105109
</assemblyBinding>
106110
</runtime>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<HintPath>..\ExternalReference\Microsoft.SharePoint.Client.Runtime.dll</HintPath>
125125
</Reference>
126126
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
127-
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
127+
<HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
128128
<Private>True</Private>
129129
</Reference>
130130
<Reference Include="System" />
@@ -254,12 +254,12 @@
254254
</Choose>
255255
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
256256
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
257-
<Import Project="../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets" Condition="Exists('../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets')" />
257+
<Import Project="..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" />
258258
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
259259
<PropertyGroup>
260260
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
261261
</PropertyGroup>
262-
<Error Condition="!Exists('../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets'))" />
262+
<Error Condition="!Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" />
263263
</Target>
264264
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
265265
Other similar extension points exist, see Microsoft.Common.targets.

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<package id="Microsoft.IdentityModel.Abstractions" version="8.9.0" targetFramework="net48" />
1111
<package id="Microsoft.IdentityModel.Logging" version="8.9.0" targetFramework="net48" />
1212
<package id="Microsoft.IdentityModel.Tokens" version="8.9.0" targetFramework="net48" />
13-
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
13+
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net48" />
1414
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />
1515
<package id="Selenium.WebDriver" version="2.52.0" targetFramework="net461" />
1616
<package id="System.Buffers" version="4.6.1" targetFramework="net48" />

0 commit comments

Comments
 (0)