Fixed CORS dependencies

This commit is contained in:
David Fowler 2015-03-19 19:45:14 -07:00
parent 7fe9aceb19
commit 543b08c254
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Cors.Core": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "version": "1.0.0-*", "type": "build" }
},