diff --git a/src/Shared/Internal/HttpContextExtensions.cs b/src/Shared/Internal/HttpContextExtensions.cs index 472355ca..c90c8917 100644 --- a/src/Shared/Internal/HttpContextExtensions.cs +++ b/src/Shared/Internal/HttpContextExtensions.cs @@ -98,7 +98,6 @@ internal static string GetString(this ISession session, string key) } #endif - #if !ASP_NET_CORE internal static HttpSessionStateBase TryGetSession(this HttpContextBase context) {