Fix AuthenticationOptions.DefaultScheme's invalid XML summary
This commit is contained in:
parent
d894584254
commit
0f7c123081
|
|
@ -61,7 +61,7 @@ namespace Microsoft.AspNetCore.Authentication
|
||||||
});
|
});
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used by as the fallback default scheme for all the other defaults."/>.
|
/// Used by as the fallback default scheme for all the other defaults.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string DefaultScheme { get; set; }
|
public string DefaultScheme { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue