@@ -68,7 +68,7 @@ public MongoClient()
6868 /// <summary>
6969 /// Initializes a new instance of the MongoClient class.
7070 /// In .NET Standard, authenticating via SCRAM-SHA-256 may not work with non-ASCII passwords because SaslPrep is
71- /// not fully implemented due to the lack of a string normalization function in .NET Standard 1.6 .
71+ /// not fully implemented due to the lack of a string normalization function in .NET Standard 1.5 .
7272 /// Normalizing the password into Unicode Normalization Form KC beforehand MAY help.
7373 /// SCRAM-SHA-1 is the recommended alternative for now.
7474 /// </summary>
@@ -83,7 +83,7 @@ public MongoClient(MongoClientSettings settings)
8383 /// <summary>
8484 /// Initializes a new instance of the MongoClient class.
8585 /// In .NET Standard, authenticating via SCRAM-SHA-256 may not work with non-ASCII passwords because SaslPrep is
86- /// not fully implemented due to the lack of a string normalization function in .NET Standard 1.6 .
86+ /// not fully implemented due to the lack of a string normalization function in .NET Standard 1.5 .
8787 /// Normalizing the password into Unicode Normalization Form KC beforehand MAY help.
8888 /// SCRAM-SHA-1 is the recommended alternative for now.
8989 /// </summary>
@@ -96,7 +96,7 @@ public MongoClient(MongoUrl url)
9696 /// <summary>
9797 /// Initializes a new instance of the MongoClient class.
9898 /// In .NET Standard, authenticating via SCRAM-SHA-256 may not work with non-ASCII passwords because SaslPrep is
99- /// not fully implemented due to the lack of a string normalization function in .NET Standard 1.6 .
99+ /// not fully implemented due to the lack of a string normalization function in .NET Standard 1.5 .
100100 /// Normalizing the password into Unicode Normalization Form KC beforehand MAY help.
101101 /// SCRAM-SHA-1 is the recommended alternative for now.
102102 /// </summary>
0 commit comments