5ede3b6367
* Create tests * Basic scenario working & tested * Feature Complete * prevent build of intentionally broken test asset * Update migrate command backup * PR Feedback * Move negative test to negative test directory * Fix tests * make test output directories unique * Merge Conflict * make backup the default behavior * Pass2Fail * Remove tests' PJ dependency
22 lines
368 B
JSON
22 lines
368 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true,
|
|
"additionalArguments": [
|
|
"-highentropyva+"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"MissingP2PDependency": {
|
|
"target": "project",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"NETStandard.Library": "1.6.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|