43df9a170d
* Fix 4655: Migrate errors are not getting put in formatted output * Move test asset to NonRestoredTestProjects * use group test asset manager: NonRestoredTestProjects
20 lines
299 B
JSON
20 lines
299 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
},
|
|
"MyLib": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|