Skip to content

Commit e466f3c

Browse files
bergmeisterTylerLeonhardt
authored andcommittedJun 25, 2019
Update NewtonSoft.Json dependency from 10.0.3 to 11.02 since PS 6.0 has been deprecated (#981)
* Update NewtonSoft.Json dependency to 11.02 since PowerShell 6.0 has been deprecated. This version of Newtonsoft is the one shipped with PS 6.1. It's version cannot be higher than the one shipped in PowerShell due to DLL unloading not being possible. * update dependency in PsesPsClient as well (which is not part of the solution)
1 parent 5f9d89a commit e466f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/PowerShellEditorServices.Protocol/PowerShellEditorServices.Protocol.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectReference Include="..\PowerShellEditorServices\PowerShellEditorServices.csproj" />
1515
</ItemGroup>
1616
<ItemGroup>
17-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
17+
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1818
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
1919
<PackageReference Include="System.IO.Pipes.AccessControl" Version="4.5.1" />
2020
</ItemGroup>

‎tools/PsesPsClient/PsesPsClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
8+
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
99
<PackageReference Include="System.IO.Pipes" Version="4.3.0" />
1010
</ItemGroup>
1111

0 commit comments

Comments
 (0)
Please sign in to comment.