{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable"
|
|
},
|
|
"dependencies": {
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Ordering.Domain": "1.0.0-*",
|
|
"Ordering.SqlData": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
|
|
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
}
|
|
},
|
|
"imports": [
|
|
"dotnet5.4",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|