aspnetcore/src/Microsoft.AspNet.Abstractions/project.json

19 lines
489 B
JSON

{
"version": "0.1-alpha-*",
"dependencies": {},
"configurations": {
"net45": {},
"k10": {
"dependencies": {
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.IO": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.10.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
}