31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel.",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
|
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Microsoft.Web.Administration": "7.0.0"
|
|
},
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "",
|
|
"System.Xml": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Process": "4.0.0-beta-*",
|
|
"System.IO.FileSystem": "4.0.0-*",
|
|
"System.Net.Http": "4.0.0-beta-*",
|
|
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
"System.Text.RegularExpressions": "4.0.10-beta-*",
|
|
"System.Threading": "4.0.10-beta-*",
|
|
"System.Threading.Thread": "4.0.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |