core

Microsoft.AspNetCore.Server.HttpSys

 {
     namespace Microsoft.AspNetCore.Server.HttpSys {
         public static class HttpSysDefaults {
-            public static readonly string AuthenticationScheme;
+            public const string AuthenticationScheme = "Windows";
         }
     }
 }