27 lines
668 B
JSON
27 lines
668 B
JSON
{
|
|
"version": "0.1-alpha-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.AppBuilderSupport": "0.1-alpha-*",
|
|
"Microsoft.AspNet.Routing" : ""
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
"dependencies": {
|
|
"Owin": "1.0",
|
|
"Microsoft.Owin" : "2.1.0",
|
|
"Microsoft.Owin.Diagnostics" : "2.1.0",
|
|
"Microsoft.Owin.Host.HttpListener" : "2.1.0",
|
|
"Microsoft.Owin.Hosting" : "2.1.0"
|
|
}
|
|
},
|
|
"k10": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Debug": "4.0.10.0",
|
|
"System.Runtime": "4.0.20.0",
|
|
"System.Threading.Tasks": "4.0.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|