MailKit using mono461

This commit is contained in:
2018-04-20 11:59:20 +02:00
parent 866455987e
commit e8888407e9

View File

@ -1,7 +1,7 @@
{
"version": "1.0.1-*",
"authors": [
"Paul Schneider <paul@pschneider.fr>"
"Paul Schneider"
],
"packOptions": {
"repository": {
@ -73,6 +73,7 @@
"EntityFramework.Relational": "7.0.0-rc1-final",
"EntityFramework7.Npgsql": "3.1.0-rc1-3",
"EntityFramework7.Npgsql.Design": "3.1.0-rc1-5",
"MailKit": "1.12.0",
"MarkdownDeep-av.NET": "1.5.6",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
@ -124,6 +125,14 @@
"target": "project",
"type": "build"
},
"Yavsc.Server": {
"target": "project",
"type": "build"
},
"OAuth.AspNet.Token": {
"target": "project",
"type": "build"
},
"OAuth.AspNet.AuthServer": {
"target": "project",
"type": "build"
@ -132,10 +141,7 @@
"Microsoft.DiaSymReader.Native": "1.5.0",
"PayPalMerchant-net451": "2.7.109",
"Gapi.net45": "1.0.0",
"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"
"Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-rc1-final"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5000",