mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"buildOptions": {
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|