2016-12-20 10:47:45 +01:00
|
|
|
{
|
2016-09-09 17:24:24 -07:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
|
|
|
"dependencies": {
|
2017-01-25 17:10:08 +01:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.1.0"
|
|
|
|
},
|
2016-11-24 16:26:59 +01:00
|
|
|
"Microsoft.AspNetCore.TestHost": "1.1.0",
|
|
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
2017-01-25 17:10:08 +01:00
|
|
|
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
|
2016-12-29 11:03:03 +01:00
|
|
|
"xunit": "2.2.0-beta4-build3444",
|
2016-12-20 10:47:45 +01:00
|
|
|
"Catalog.API": "1.0.0-*",
|
2016-12-29 11:03:03 +01:00
|
|
|
"Ordering.API": "1.0.0-*"
|
2016-09-09 17:24:24 -07:00
|
|
|
},
|
2016-11-24 16:26:59 +01:00
|
|
|
"testRunner": "xunit",
|
2017-01-25 17:10:08 +01:00
|
|
|
//"runtimes": {
|
|
|
|
// "win10-x64": {}
|
|
|
|
//},
|
2016-09-09 17:24:24 -07:00
|
|
|
"frameworks": {
|
2017-01-25 17:10:08 +01:00
|
|
|
"netcoreapp1.1": {
|
|
|
|
"imports": [
|
|
|
|
"netstandard1.6.1",
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
2016-09-09 17:24:24 -07:00
|
|
|
}
|
2016-11-24 16:26:59 +01:00
|
|
|
},
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"settings.json",
|
|
|
|
"web.config"
|
|
|
|
]
|
2016-09-09 17:24:24 -07:00
|
|
|
}
|
|
|
|
}
|