{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"Ordering.API": "1.0.0-*",
|
|
"Microsoft.NETCore.App": "1.1.0",
|
|
"Microsoft.AspNetCore.TestHost": "1.1.0",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Catalog.API": "1.0.0-*",
|
|
"xunit": "2.2.0-beta4-build3444"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
}
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"settings.json",
|
|
"web.config"
|
|
]
|
|
}
|
|
}
|