mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Cosmos.Build.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Debug.Common": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {}
|
|
}
|
|
}
|