Microsoft.CodeAnalysis.CSharp

vnext
Paul Schneider 7 years ago
parent a06458fdca
commit bc9f725201
2 changed files with 946 additions and 60 deletions

@ -58,6 +58,7 @@
"Microsoft.AspNet.Authentication.Twitter": "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.Hosting": "1.0.0-rc1-final",
"Gapi.net45": "1.0.0",
"PayPalMerchant-net451": "2.7.109",
"MailKit": "1.12.0",
@ -65,7 +66,8 @@
"EntityFramework7.Npgsql": "3.1.0-rc1-3",
"EntityFramework7.Npgsql.Design": "3.1.0-rc1-5",
"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.CodeAnalysis.CSharp": "1.1.0-rc1"
},
"frameworks": {
"dnx451": {},
@ -84,4 +86,4 @@
"ef": "EntityFramework.Commands",
"gen": "Microsoft.Extensions.CodeGeneration"
}
}
}

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