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
13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|