Skip to content

Commit df5eaf7

Browse files
committed
Lower Newtonsoft.Json dependency
1 parent efa36ea commit df5eaf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kralizek.Extensions.Configuration.Objects/Kralizek.Extensions.Configuration.Objects.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.0" />
26-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
26+
<PackageReference Include="Newtonsoft.Json" Version="7.0.1" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)