Skip to content

Commit

Permalink
Merge pull request #77 from rf-0/main
Browse files Browse the repository at this point in the history
Added public setter for System.Text.Json JsonSerialize
  • Loading branch information
chrissainty committed Aug 14, 2023
2 parents 6b76611 + 7772060 commit 092ce10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ namespace Blazored.SessionStorage.StorageOptions;

public class SessionStorageOptions
{
public JsonSerializerOptions JsonSerializerOptions { get; } = new();
public JsonSerializerOptions JsonSerializerOptions { get; set; } = new();
}

0 comments on commit 092ce10

Please sign in to comment.