5aded80a7b
* WIP * Implement Remove attribute * Enable tests * Fix test * Try a shorter test name * Try more shortened test names * Shorten some more * Merge issues * Try shortinging names more * Fix test errors related to test asset renaming
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"exclude": "Exclude1.resx",
|
|
"resourceExclude": [ "Exclude2.resx" ],
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
}
|
|
},
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|