aspnetcore/test/E2ETests/project.json

23 lines
583 B
JSON

{
"commands": {
"test": "Xunit.KRunner"
},
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime": "",
"System.Runtime.Extensions": "",
"System.Net.Http": "",
"System.Net.Http.WebRequest": "",
"System.Xml": "",
"System.Data": ""
}
}
}
}