diff --git a/samples/MvcSample.Web/Startup.cs b/samples/MvcSample.Web/Startup.cs index 1936e47378..ba9177b49b 100644 --- a/samples/MvcSample.Web/Startup.cs +++ b/samples/MvcSample.Web/Startup.cs @@ -1,6 +1,4 @@ - -#if NET45 -using Microsoft.AspNet.Abstractions; +using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.DependencyInjection; using Microsoft.AspNet.DependencyInjection.Fallback; using Microsoft.AspNet.Mvc; @@ -38,4 +36,3 @@ namespace MvcSample.Web } } } -#endif