|
|
|
@ -1,7 +1,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"version": "1.0.1-*",
|
|
|
|
"version": "1.0.1-*",
|
|
|
|
"authors": [
|
|
|
|
"authors": [
|
|
|
|
"Paul Schneider <paul@pschneider.fr>"
|
|
|
|
"Paul Schneider"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"packOptions": {
|
|
|
|
"packOptions": {
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
@ -73,6 +73,7 @@
|
|
|
|
"EntityFramework.Relational": "7.0.0-rc1-final",
|
|
|
|
"EntityFramework.Relational": "7.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",
|
|
|
|
|
|
|
|
"MailKit": "1.12.0",
|
|
|
|
"MarkdownDeep-av.NET": "1.5.6",
|
|
|
|
"MarkdownDeep-av.NET": "1.5.6",
|
|
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
|
|
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
|
|
|
|
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
|
|
|
|
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
|
|
|
|
@ -124,6 +125,14 @@
|
|
|
|
"target": "project",
|
|
|
|
"target": "project",
|
|
|
|
"type": "build"
|
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"Yavsc.Server": {
|
|
|
|
|
|
|
|
"target": "project",
|
|
|
|
|
|
|
|
"type": "build"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"OAuth.AspNet.Token": {
|
|
|
|
|
|
|
|
"target": "project",
|
|
|
|
|
|
|
|
"type": "build"
|
|
|
|
|
|
|
|
},
|
|
|
|
"OAuth.AspNet.AuthServer": {
|
|
|
|
"OAuth.AspNet.AuthServer": {
|
|
|
|
"target": "project",
|
|
|
|
"target": "project",
|
|
|
|
"type": "build"
|
|
|
|
"type": "build"
|
|
|
|
@ -132,10 +141,7 @@
|
|
|
|
"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",
|
|
|
|
|
|
|
|
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1",
|
|
|
|
|
|
|
|
"MailKit": "2.0.3"
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"commands": {
|
|
|
|
"commands": {
|
|
|
|
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",
|
|
|
|
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",
|
|
|
|
|