71666cc9b5
* https://github.com/dotnet/cli/issues/4351 Auto add referenced assemblies for desktop migration. Adds the same ones that the build for project.json does. * Address PR comments * Address CR comments * Address CR comment Use .ToList() instead of new List * Fix a build break Needed .noautobuild file in my test asset project * Change the migrate test for desktop framework to windows only * Reducing to 120 characters per line
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"net451": {}
|
|
}
|
|
}
|