From 0f7c12308110f118f537bb4244a59da1f1e375d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 10 Jul 2017 17:50:44 +0200 Subject: [PATCH] Fix AuthenticationOptions.DefaultScheme's invalid XML summary --- .../AuthenticationOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs b/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs index 4322dbebe1..d39da26b69 100644 --- a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs +++ b/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs @@ -61,7 +61,7 @@ namespace Microsoft.AspNetCore.Authentication }); /// - /// Used by as the fallback default scheme for all the other defaults."/>. + /// Used by as the fallback default scheme for all the other defaults. /// public string DefaultScheme { get; set; }