21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {
|
|
"imports": [
|
|
"dotnet4.5",
|
|
"portable-net451+win8"
|
|
],
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |