We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471250f commit 0399654Copy full SHA for 0399654
UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.csproj
@@ -42,9 +42,9 @@
42
43
<!-- NuGet references that work for both signed and unsigned -->
44
<ItemGroup>
45
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
46
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="All" />
47
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
48
</ItemGroup>
49
50
<!-- Project references, will also generate the corresponding nuget dependencies -->
0 commit comments