32 lines
772 B
JSON
32 lines
772 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"testRunner": "xunit",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Server.HttpSys": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Net.Http.WinHttpHandler": "4.4.0-*",
|
|
"System.Net.WebSockets.Client": "4.4.0-*"
|
|
}
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.DirectoryServices": "",
|
|
"System.Net.Http": "",
|
|
"System.Net.Http.WebRequest": ""
|
|
}
|
|
}
|
|
}
|
|
} |