44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"version": "1.1.0-*",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
|
"Newtonsoft.Json": "9.0.1",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Net.Http": "4.1.0-*",
|
|
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
|
"System.Net.NetworkInformation": "4.1.0-*",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-*"
|
|
}
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "4.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"copyToOutput": {
|
|
"include": "TestResources/testCert.pfx"
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"publishOptions": {
|
|
"include": [
|
|
"TestResources/testCert.pfx"
|
|
]
|
|
}
|
|
} |