17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
|
"Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNet.StaticFiles": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": { },
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
|
"System.Security.Claims": "1.0.0-*"
|
|
}
|
|
}
|
|
}
|
|
}
|