sorted using
This commit is contained in:
parent
f972b677c2
commit
149583ffb3
1 changed files with 10 additions and 12 deletions
|
|
@ -45,20 +45,16 @@
|
||||||
"defaultNamespace": "Yavsc"
|
"defaultNamespace": "Yavsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Newtonsoft.Json": "9.0.1",
|
|
||||||
"Yavsc.Abstract": {
|
|
||||||
"target": "project",
|
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"Microsoft.AspNet.Identity": "3.0.0-rc1-final",
|
|
||||||
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-final",
|
|
||||||
|
|
||||||
|
|
||||||
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Hosting": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Hosting": "1.0.0-rc1-final",
|
||||||
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final",
|
||||||
|
"Microsoft.AspNet.Identity": "3.0.0-rc1-final",
|
||||||
|
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-final",
|
||||||
|
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
|
||||||
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"Gapi.net45": "1.0.0",
|
"Gapi.net45": "1.0.0",
|
||||||
"PayPalMerchant-net451": "2.7.109",
|
"PayPalMerchant-net451": "2.7.109",
|
||||||
"MailKit": "1.12.0",
|
"MailKit": "1.12.0",
|
||||||
|
|
@ -66,9 +62,11 @@
|
||||||
"Microsoft.AspNet.Localization": "1.0.0-rc1-final",
|
"Microsoft.AspNet.Localization": "1.0.0-rc1-final",
|
||||||
"EntityFramework7.Npgsql": "3.1.0-rc1-3",
|
"EntityFramework7.Npgsql": "3.1.0-rc1-3",
|
||||||
"EntityFramework7.Npgsql.Design": "3.1.0-rc1-5",
|
"EntityFramework7.Npgsql.Design": "3.1.0-rc1-5",
|
||||||
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
|
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01",
|
||||||
"Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final",
|
"Yavsc.Abstract": {
|
||||||
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01"
|
"target": "project",
|
||||||
|
"type": "build"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue