Skip to content

Commit

Permalink
#216 - Added public setter for System.Text.Json JsonSerializerOptions (
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-0 authored Aug 14, 2023
1 parent 10e53ab commit 3da6a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Blazored.LocalStorage.StorageOptions
{
public class LocalStorageOptions
{
public JsonSerializerOptions JsonSerializerOptions { get; } = new JsonSerializerOptions();
public JsonSerializerOptions JsonSerializerOptions { get; set; } = new JsonSerializerOptions();
}
}

0 comments on commit 3da6a70

Please sign in to comment.