Cosmos/Tests/Cosmos.Compiler.Tests.Encryption/project.json
2017-01-31 11:22:59 -06:00

36 lines
759 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.System": {
"target": "project"
},
"Cosmos.System.Plugs": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.Debug.Kernel.Plugs.Asm": {
"target": "project"
},
"Cosmos.Core.Plugs": {
"target": "project"
},
"Cosmos.Core.Plugs.Asm": {
"target": "project"
},
"Cosmos.TestRunner.TestController": {
"target": "project"
}
}
}
}
}