52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.0-*",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"Moq": "4.6.36-*",
|
|
"xunit": "2.2.0-*",
|
|
"Microsoft.CodeCoverage": {
|
|
"type": "build",
|
|
"version": "1.0.1"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Diagnostics.TraceSource": "4.3.0-*",
|
|
"System.Net.Http.WinHttpHandler": "4.3.0-*"
|
|
},
|
|
"imports": "dnxcore50"
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "4.0.0.0"
|
|
},
|
|
"imports": "dnx451"
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"compile": {
|
|
"include": [
|
|
"../shared/**/*.cs"
|
|
]
|
|
},
|
|
"keyFile": "../../tools/Key.snk",
|
|
"copyToOutput": {
|
|
"include": "TestResources/testCert.pfx"
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"publishOptions": {
|
|
"include": [
|
|
"TestResources/testCert.pfx"
|
|
]
|
|
}
|
|
} |