mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"buildOptions": {
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Cosmos.Assembler": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {}
|
|
}
|
|
}
|