We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4939e commit 8b55763Copy full SHA for 8b55763
src/Dependencies.targets
@@ -6,7 +6,7 @@
6
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
7
</PropertyGroup>
8
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
9
- <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
10
</ItemGroup>
11
<ItemGroup>
12
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
@@ -18,4 +18,4 @@
18
<ItemGroup Condition="'$(IsCmdletProject)' == 'true'">
19
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All"/>
20
21
-</Project>
+</Project>
0 commit comments