aspnetcore/test/Microsoft.Net.Http.Server.F.../project.json

36 lines
892 B
JSON

{
"testRunner": "xunit",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Net.Http.Server": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
"type": "build",
"version": "1.2.0-*"
},
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"type": "platform"
},
"System.Net.Http.WinHttpHandler": "4.3.0-*",
"System.Net.WebSockets.Client": "4.3.0-*"
}
},
"net451": {
"frameworkAssemblies": {
"System.DirectoryServices": "",
"System.Net.Http": "",
"System.Net.Http.WebRequest": ""
}
}
}
}