17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"Microsoft.EntityFrameworkCore": "1.0.1",
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
|
|
"Ordering.Domain": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|