FIXME no more gen
This commit is contained in:
parent
fcbb0d050c
commit
f570beed13
3 changed files with 522 additions and 6746 deletions
|
|
@ -52,6 +52,8 @@
|
||||||
},
|
},
|
||||||
"Microsoft.AspNet.Identity": "3.0.0-rc1-final",
|
"Microsoft.AspNet.Identity": "3.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Identity.EntityFramework": "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",
|
||||||
|
|
@ -63,7 +65,8 @@
|
||||||
"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.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final"
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final",
|
||||||
|
"Microsoft.Extensions.CodeGeneration": "1.0.0-rc1-final"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {},
|
"dnx451": {},
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -136,7 +136,8 @@
|
||||||
"Microsoft.DiaSymReader.Native": "1.5.0",
|
"Microsoft.DiaSymReader.Native": "1.5.0",
|
||||||
"PayPalMerchant-net451": "2.7.109",
|
"PayPalMerchant-net451": "2.7.109",
|
||||||
"Gapi.net45": "1.0.0",
|
"Gapi.net45": "1.0.0",
|
||||||
"Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-rc1-final"
|
"Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-rc1-final",
|
||||||
|
"Microsoft.Extensions.CodeGeneration": "1.0.0-rc1-final"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",
|
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue