Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lang/csharp/versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
!!! SHIPPED CLASS LIBRARIES SHOULD USE MINIMUMVERSIONs. SEE BELOW !!!
-->
<PropertyGroup Label="Latest Package Versions">
<NewtonsoftJsonVersion>12.0.3</NewtonsoftJsonVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<SystemCodeDomVersion>5.0.0</SystemCodeDomVersion>
<SystemReflectionVersion>4.3.0</SystemReflectionVersion>
<SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
Expand All @@ -41,7 +41,7 @@
!!! ONLY UPDATE IF FUNCTIONALITY REQUIRES IT !!!
-->
<PropertyGroup Label="Minimum Package Versions">
<NewtonsoftJsonMinimumVersion>10.0.3</NewtonsoftJsonMinimumVersion>
<NewtonsoftJsonMinimumVersion>13.0.1</NewtonsoftJsonMinimumVersion>
<SystemCodeDomMinimumVersion>4.4.0</SystemCodeDomMinimumVersion>
<SystemReflectionMinimumVersion>4.3.0</SystemReflectionMinimumVersion>
<SystemReflectionEmitILGenerationMinimumVersion>4.3.0</SystemReflectionEmitILGenerationMinimumVersion>
Expand Down