Changes for OptionsModel

This commit is contained in:
Hao Kung 2014-05-28 12:51:48 -07:00
parent c356d8e824
commit 043dbb2940
8 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
using System;
using Microsoft.AspNet.Identity.Entity;
using Microsoft.Data.Entity;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.OptionsModel;
namespace MusicStore.Models
{

View File

@ -2,7 +2,7 @@
using System.Linq;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.OptionsModel;
namespace MusicStore.Models
{

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.SqlServer;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.Framework.OptionsModel;
using Microsoft.Framework.DependencyInjection;
namespace MusicStore.Models

View File

@ -3499,7 +3499,6 @@
<Content Include="node_modules\grunt\node_modules\minimatch\test\caching.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\defaults.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\extglob-ending-with-state-char.js" />
<Content Include="node_modules\grunt\node_modules\nopt\.npmignore" />
<Content Include="node_modules\grunt\node_modules\nopt\bin\nopt.js" />
<Content Include="node_modules\grunt\node_modules\nopt\examples\my-program.js" />
<Content Include="node_modules\grunt\node_modules\nopt\lib\nopt.js" />

View File

@ -1,7 +1,7 @@
using System;
using Microsoft.AspNet.Identity.Entity;
using Microsoft.Data.Entity;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.OptionsModel;
namespace MusicStore.Models
{

View File

@ -1,7 +1,7 @@
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.OptionsModel;
namespace MusicStore.Models
{

View File

@ -7,6 +7,7 @@ using Microsoft.AspNet.Identity;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.SqlServer;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.OptionsModel;
namespace MusicStore.Models
{

View File

@ -15,7 +15,8 @@
"Microsoft.AspNet.Security.Cookies": "0.1-alpha-*",
"Microsoft.AspNet.StaticFiles": "0.1-alpha-*",
"Microsoft.Data.Entity.SqlServer": "0.1-alpha-*",
"Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-*"
"Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-*",
"Microsoft.Framework.OptionsModel": "0.1-alpha-*"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002",