Removing build time dependencies

This commit is contained in:
Pranav K 2015-02-10 08:32:30 -08:00
parent f93fca1077
commit 92f7ce1d31
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Security": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
},
"frameworks": {
"aspnet50": {},

View File

@ -13,13 +13,13 @@
"net45": {},
"aspnet50": {
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
}
},
"aspnetcore50": {
"dependencies": {
"System.Collections.Concurrent": "4.0.10-beta-*",
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
}
}
}

View File

@ -8,7 +8,7 @@
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Mvc.Razor": "6.0.0-*",
"Microsoft.Framework.Cache.Memory": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
},
"frameworks": {