29 lines
558 B
JSON
Raw Normal View History

2016-11-24 15:05:18 +01:00
{
"version": "1.0.0-*",
"dependencies": {
"xunit": "2.2.0-beta2-build3300",
"Ordering.API": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Catalog.API": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
}
}
},
"publishOptions": {
"include": [
"settings.json",
"web.config"
]
}
}