Skip to content

Commit a1acd65

Browse files
committed
Upgrades NuGet packages for enhanced features
Updates NuGet.Protocol to the latest stable version and adds Newtonsoft.Json package. This ensures compatibility with the latest NuGet features and adds JSON handling capabilities, enabling more robust and efficient processing.
1 parent a426bf5 commit a1acd65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generator/DocGenerator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
12+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
13+
<PackageReference Include="NuGet.Protocol" Version="6.14.0" />
1314
</ItemGroup>
1415

1516
<ItemGroup>

0 commit comments

Comments
 (0)