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