46ab621422
- Given a project migrate all the project references recursively. - Add a boolean option '--skip-project-references' to skip migrating P2P references. By default P2P references are migrated. - Remove the '--output' since it is not used heavily and makes migrating multiple projects easier. - Add tests
26 lines
435 B
JSON
26 lines
435 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true,
|
|
"additionalArguments": [
|
|
"-highentropyva+"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ProjectD": {
|
|
"target": "project",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"ProjectE": {
|
|
"target": "project",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"NETStandard.Library": "1.6.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|