89f0b05958
* WIP Improve sln migration tests * Simple migration test * Improve the test * WIP update test assets * Update test * Test a bug fix * Add another migrate sln test * Fix FilePath related tests * Finish the migrate sln tests * Fix tests * Fix another path issue
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"additionalArguments": [
|
|
"-highentropyva+"
|
|
]
|
|
},"dependencies": {
|
|
"NETStandard.Library": "1.6.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|