mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk",
|
|
"debugType": "portable"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"System.Threading.Thread": "4.3.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {}
|
|
}
|
|
}
|