aspnetcore/test/E2ETests/project.json

25 lines
690 B
JSON

{
"compilationOptions": { "warningsAsErrors": true },
"commands": {
"test": "Xunit.KRunner"
},
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*",
"Microsoft.AspNet.SignalR.Client": "2.1.1"
},
"frameworks": {
"aspnet50": {
"dependencies": {
"System.Runtime": "",
"System.Runtime.Extensions": "",
"System.Net.Http": "",
"System.Net.Http.WebRequest": "",
"System.Xml": "",
"System.Data": ""
}
}
}
}