MD-av upstream upgrade

vnext
Paul Schneider 8 years ago
parent 036107a9e9
commit ec6a8a2ce4
3 changed files with 14 additions and 5646 deletions

@ -3,6 +3,8 @@ using System.ComponentModel.DataAnnotations;
namespace Yavsc.Model.Forms namespace Yavsc.Model.Forms
{ {
using Interfaces;
public class Form public class Form
{ {
[Key] [Key]

@ -54,7 +54,7 @@
"Google.Apis.Core": "1.11.1", "Google.Apis.Core": "1.11.1",
"Google.Apis": "1.11.1", "Google.Apis": "1.11.1",
"MailKit": "1.3.0-beta7", "MailKit": "1.3.0-beta7",
"MarkdownDeep-av.NET": "1.5.3", "MarkdownDeep-av.NET": "1.5.4",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-*", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-*",
"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",
@ -141,5 +141,5 @@
"prepublish": "gulp min", "prepublish": "gulp min",
"postpublish": "echo \" . ./contrib/postPublish.sh # to push in prod.\"" "postpublish": "echo \" . ./contrib/postPublish.sh # to push in prod.\""
}, },
"embed": "Views/**/*.cshtml" "embed": "Views/**/*.cshtml"
} }

File diff suppressed because it is too large Load Diff
Loading…