-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathproject.json
More file actions
41 lines (37 loc) · 962 Bytes
/
project.json
File metadata and controls
41 lines (37 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-rc1-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-*",
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-*",
"Microsoft.AspNet.Mvc": "6.0.0-rc1-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-rc1-*",
"System.IdentityModel.Tokens": "5.0.0-rc1-*",
"System.IdentityModel.Tokens.Jwt": "5.0.0-rc1-*",
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel"
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Security.Cryptography.Csp": "4.0.0-beta-23225"
}
}
},
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"publishExclude": [
"node_modules",
"bower_components",
"**.xproj",
"**.user",
"**.vspscc"
]
}