34 lines
712 B
JSON
34 lines
712 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"copyToOutput": {
|
|
"include": [
|
|
"testroot/**/*"
|
|
]
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"testroot/**/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
|
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |