@@ -68,7 +68,7 @@ public MongoClient()
68
68
/// <summary>
69
69
/// Initializes a new instance of the MongoClient class.
70
70
/// 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 .
72
72
/// Normalizing the password into Unicode Normalization Form KC beforehand MAY help.
73
73
/// SCRAM-SHA-1 is the recommended alternative for now.
74
74
/// </summary>
@@ -83,7 +83,7 @@ public MongoClient(MongoClientSettings settings)
83
83
/// <summary>
84
84
/// Initializes a new instance of the MongoClient class.
85
85
/// 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 .
87
87
/// Normalizing the password into Unicode Normalization Form KC beforehand MAY help.
88
88
/// SCRAM-SHA-1 is the recommended alternative for now.
89
89
/// </summary>
@@ -96,7 +96,7 @@ public MongoClient(MongoUrl url)
96
96
/// <summary>
97
97
/// Initializes a new instance of the MongoClient class.
98
98
/// 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 .
100
100
/// Normalizing the password into Unicode Normalization Form KC beforehand MAY help.
101
101
/// SCRAM-SHA-1 is the recommended alternative for now.
102
102
/// </summary>
0 commit comments