Skip to content

Commit 2b85598

Browse files
Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
(cherry picked from commit 5e66bf0) Co-authored-by: Aaron Stannard <aaron@petabridge.com>
1 parent d6ba97a commit 2b85598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<XunitRunnerVersion>2.4.3</XunitRunnerVersion>
1515
<TestSdkVersion>17.0.0</TestSdkVersion>
1616
<HyperionVersion>0.12.2</HyperionVersion>
17-
<NewtonsoftJsonVersion>[12.0.3,)</NewtonsoftJsonVersion>
17+
<NewtonsoftJsonVersion>[13.0.1,)</NewtonsoftJsonVersion>
1818
<NBenchVersion>2.0.1</NBenchVersion>
1919
<ProtobufVersion>3.19.4</ProtobufVersion>
2020
<BenchmarkDotNetVersion>0.13.1</BenchmarkDotNetVersion>
@@ -65,4 +65,4 @@ If you want to see the [full set of changes made in Akka.NET v1.4.39, click here
6565
<Message Text="@(none)">
6666
</Message>
6767
</Target>
68-
</Project>
68+
</Project>

0 commit comments

Comments
 (0)