Skip to content

Commit 8b55763

Browse files
authored
Update Newtonsoft.Json from 10.0.3 to 13.0.2 (#385)
1 parent dc4939e commit 8b55763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dependencies.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
</PropertyGroup>
88
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
9-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
9+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
@@ -18,4 +18,4 @@
1818
<ItemGroup Condition="'$(IsCmdletProject)' == 'true'">
1919
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All"/>
2020
</ItemGroup>
21-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)