Skip to content

Commit bd1b300

Browse files
authored
chore(deps): update Newtonsoft.Json to version range 13.0.* (#83)
This commit changed Newtonsoft.Json version to a flexible range (13.0.*) to allow patch updates while maintaining compatibility.
1 parent ffaa365 commit bd1b300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIMatic.Core/APIMatic.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
</PackageReference>
4040
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
41-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
41+
<PackageReference Include="Newtonsoft.Json" Version="13.0.*" />
4242
</ItemGroup>
4343
<ItemGroup>
4444
<InternalsVisibleTo Include="APIMatic.Core.Test" />

0 commit comments

Comments
 (0)