Cosmos/source/Cosmos.Debug.Common/project.json
2017-01-31 11:22:59 -06:00

25 lines
551 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Diagnostics.Process": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.Pipes": "4.3.0",
"System.Threading.Thread": "4.3.0",
"Microsoft.Win32.Registry": "4.3.0"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Debug.Symbols": {
"target": "project"
}
}
}
}
}