Fix AuthenticationOptions.DefaultScheme's invalid XML summary

This commit is contained in:
Kévin Chalet 2017-07-10 17:50:44 +02:00 committed by Hao Kung
parent d894584254
commit 0f7c123081
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace Microsoft.AspNetCore.Authentication
});
/// <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>
public string DefaultScheme { get; set; }