Fixed the configuration model and other compilation errors
This commit is contained in:
parent
1cc6445c49
commit
93a2ab2352
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue