Skip to content

Commit

Permalink
Update StronglyTypedIdJsonConverter values
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Apr 27, 2020
1 parent d3f2aea commit 5f69184
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[Flags]
public enum StronglyTypedIdJsonConverter
{
NewtonsoftJson = 0,
SystemTextJson = 1
// Used with HasFlag, so needs to be 1, 2, 4 etc
NewtonsoftJson = 1,
SystemTextJson = 2,
}

0 comments on commit 5f69184

Please sign in to comment.