mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {}
|
|
}
|
|
}
|