Handle FileProviders package rename.
This commit is contained in:
parent
1248c7a76b
commit
663bf4f0f9
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications.",
|
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications.",
|
||||||
"compilationOptions": { "warningsAsErrors": "true" },
|
"compilationOptions": { "warningsAsErrors": "true" },
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FileProviders": "1.0.0-*",
|
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
|
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
|
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue