Skip to content

Commit bac5096

Browse files
Update comment in BaseObjectStorageHelper from comment in #3702
1 parent 025a0ae commit bac5096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp/Helpers/ObjectStorage/BaseObjectStorageHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public abstract class BaseObjectStorageHelper : IObjectStorageHelper
2222
/// Initializes a new instance of the <see cref="BaseObjectStorageHelper"/> class,
2323
/// which can read and write data using the provided <see cref="IObjectSerializer"/>;
2424
/// In 6.1 and older the default Serializer was based on Newtonsoft.Json.
25-
/// To implement a <see cref="IObjectSerializer"/> based on Newtonsoft.Json or System.Text.Json see https://aka.ms/wct/storagehelper-migration
25+
/// To implement an <see cref="IObjectSerializer"/> based on System.Text.Json, Newtonsoft.Json, or DataContractJsonSerializer see https://aka.ms/wct/storagehelper-migration
2626
/// </summary>
2727
/// <param name="objectSerializer">The serializer to use.</param>
2828
public BaseObjectStorageHelper(IObjectSerializer objectSerializer)

0 commit comments

Comments
 (0)