dotnet-installer/tools/MigrationDefaultsConstructor/project.json

23 lines
497 B
JSON
Executable file

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
},
"dotnet": {
"target": "project"
},
"Microsoft.Build.Runtime": "15.1.0-preview-000366-00"
},
"imports": ["dnxcore50", "portable-net45+win8"]
}
}
}