You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
{
|
|
"webroot": "wwwroot",
|
|
"exclude": "wwwroot/**/*.*",
|
|
|
|
"version": "1.0.0-beta2-*",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc": "6.0.0-*",
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
|
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
|
|
"Newtonsoft.Json": "7.0.1"
|
|
},
|
|
|
|
"commands": {
|
|
"kestrel": "Microsoft.AspNet.Hosting --server=Microsoft.AspNet.Server.Kestrel --server.urls=http://localhost:53507",
|
|
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:53507"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "4.0.0.0"
|
|
}
|
|
},
|
|
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Http": "4.0.1-*",
|
|
"System.Runtime.Serialization.Primitives": "4.0.11-*"
|
|
}
|
|
}
|
|
}
|
|
}
|