mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
22 lines
378 B
JSON
22 lines
378 B
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Cosmos.IL2CPU": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|