Cosmos/source/Cosmos.Assembler/project.json
2017-01-15 22:23:56 -06:00

14 lines
259 B
JSON

{
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Threading.Thread": "4.3.0"
},
"frameworks": {
"netstandard1.6": {}
}
}