mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-29 20:30:44 +00:00
18 lines
299 B
JSON
18 lines
299 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
}
|
|
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {}
|
|
}
|
|
}
|