Skip to content

Commit a8e9b9d

Browse files
authored
chore(deps): update Newtonsoft.Json to use version range (#84)
Move Newtonsoft.Json dependency from wildcard to a version range to support Dependabot updates and maintain compatibility.
1 parent bd1b300 commit a8e9b9d

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.*" />
41+
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)" />
4242
</ItemGroup>
4343
<ItemGroup>
4444
<InternalsVisibleTo Include="APIMatic.Core.Test" />

0 commit comments

Comments
 (0)