Skip to content

Commit ca4423e

Browse files
scovettagfs
andauthored
Bump Newtonsoft.Json (#562)
The Sarif.Sdk package depends on Newtonsoft.Json 9.0.1+, and NuGet chooses the oldest version by default. This change pushes us up to 13.0.3 (latest current). Ref: microsoft/sarif-sdk#2673 Co-authored-by: Gabe Stocco <[email protected]>
1 parent 8a0c9be commit ca4423e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AppInspector.CLI/AppInspector.CLI.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@
7373
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
7474
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
7575
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
76-
7776
</ItemGroup>
7877

78+
<ItemGroup>
79+
<!-- Update Sarif.Sdk -->
80+
<PackageReference Include="Newtonsoft.Json" Version="[13.0.3, 14.0.0)" />
81+
</ItemGroup>
7982

8083
</Project>

0 commit comments

Comments
 (0)