32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 component for running OWIN middleware.",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
|
"Microsoft.AspNet.Http.Core": "1.0.0-*",
|
|
"Microsoft.AspNet.Http.Interfaces": { "version": "1.0.0-*", "type": "build" }
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": { },
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.10-beta-*",
|
|
"System.ComponentModel": "4.0.0-beta-*",
|
|
"System.Diagnostics.Tools": "4.0.0-beta-*",
|
|
"System.Globalization": "4.0.10-beta-*",
|
|
"System.IO": "4.0.10-beta-*",
|
|
"System.Linq": "4.0.0-beta-*",
|
|
"System.Net.Primitives": "4.0.10-beta-*",
|
|
"System.Runtime": "4.0.20-beta-*",
|
|
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
|
"System.Security.Claims": "4.0.0-beta-*",
|
|
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
|
|
"System.Security.Principal": "4.0.0-beta-*",
|
|
"System.Threading.Tasks": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|