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