Skip to content

Commit

Permalink
Update package versions. Suppress warnings. Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiy Korzh committed Dec 4, 2023
1 parent 565580b commit 6837375
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public BadJsonFormatException(string message, Exception innerException) : base(m
{
}

#if !NET8_0_OR_GREATER
/// <summary>
/// Initializes a new instance of the <see cref="BadJsonFormatException"/> class.
/// </summary>
Expand All @@ -37,5 +38,6 @@ public BadJsonFormatException(string message, Exception innerException) : base(m
protected BadJsonFormatException(SerializationInfo info, StreamingContext context) : base(info, context)
{
}
#endif
}
}

0 comments on commit 6837375

Please sign in to comment.