From 93a2ab2352a7a10a77da2f3141ce93e0687ef529 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Wed, 23 Apr 2014 09:01:25 -0700 Subject: [PATCH] Fixed the configuration model and other compilation errors --- src/MusicStore/Startup.cs | 1 - src/MusicStore/project.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MusicStore/Startup.cs b/src/MusicStore/Startup.cs index 085c33a4e7..b72e6b32af 100644 --- a/src/MusicStore/Startup.cs +++ b/src/MusicStore/Startup.cs @@ -1,6 +1,5 @@ using Microsoft.AspNet; using Microsoft.AspNet.Abstractions; -using Microsoft.AspNet.Configuration.Json; using Microsoft.AspNet.ConfigurationModel; using Microsoft.AspNet.DependencyInjection; using Microsoft.AspNet.DependencyInjection.Fallback; diff --git a/src/MusicStore/project.json b/src/MusicStore/project.json index e0b24cbb96..e5323c7fb1 100644 --- a/src/MusicStore/project.json +++ b/src/MusicStore/project.json @@ -28,7 +28,7 @@ "Microsoft.AspNet.Diagnostics": "0.1-alpha-*", "Microsoft.AspNet.Hosting": "0.1-alpha-*", "Microsoft.AspNet.Server.WebListener": "0.1-alpha-*", - "Microsoft.AspNet.Configuration.Json": "0.1-alpha-*", + "Microsoft.AspNet.ConfigurationModel.Json": "0.1-alpha-*", "Microsoft.AspNet.Security": "0.1-alpha-*", "Microsoft.AspNet.Security.Cookies": "0.1-alpha-*", "Microsoft.AspNet.Logging": "0.1-alpha-*"