From abcd7c87a0d28f0db3f34c43e3ef0c3f4ae767bc Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Wed, 29 Jul 2015 12:01:26 -0700 Subject: [PATCH] Fix incorrect namespace --- samples/IdentitySample.Mvc/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/Startup.cs b/samples/IdentitySample.Mvc/Startup.cs index 994a585594..4b8dc8ecb8 100644 --- a/samples/IdentitySample.Mvc/Startup.cs +++ b/samples/IdentitySample.Mvc/Startup.cs @@ -7,7 +7,7 @@ using Microsoft.Data.Entity; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.Logging; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; #if DNX451 using NLog.Config; using NLog.Targets;