removes the reference to Yavsc.Api
Since it's a build for dnx451 only, it is useless
This commit is contained in:
@ -45,7 +45,6 @@
|
|||||||
"defaultNamespace": "Yavsc"
|
"defaultNamespace": "Yavsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Yavsc.Api": "1.0.0",
|
|
||||||
"EntityFramework.Commands": "7.0.0-rc1-*",
|
"EntityFramework.Commands": "7.0.0-rc1-*",
|
||||||
"EntityFramework.Core": "7.0.0-rc1-*",
|
"EntityFramework.Core": "7.0.0-rc1-*",
|
||||||
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-*",
|
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-*",
|
||||||
@ -105,7 +104,8 @@
|
|||||||
"PayPalButtonManagerSDK": "2.10.109",
|
"PayPalButtonManagerSDK": "2.10.109",
|
||||||
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final",
|
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.OWin": "1.0.0-rc1-final"
|
"Microsoft.AspNet.OWin": "1.0.0-rc1-final",
|
||||||
|
"System.Json": "4.0.20126.16343"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",
|
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",
|
||||||
@ -141,4 +141,4 @@
|
|||||||
"prepublish": "gulp min",
|
"prepublish": "gulp min",
|
||||||
"postpublish": "echo \" (cd ../build && . ./postPublish.sh) # to push in prod.\""
|
"postpublish": "echo \" (cd ../build && . ./postPublish.sh) # to push in prod.\""
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user