| 123456789101112131415161718192021222324252627 |
- {
- "version": "1.0.0-*",
- "buildOptions": {
- "emitEntryPoint": true,
- "allowUnsafe": true
- },
- "dependencies": {
- "AtomicNETCore": {
- "target": "project"
- },
- "AtomicNET": {
- "target": "project"
- },
- "Microsoft.NETCore.App": {
- "version": "1.0.0-rc2-3002702"
- }
- },
- "runtimes": {
- "osx.10.11-x64": {}
- },
- "frameworks": {
- "netcoreapp1.0": {
- "imports": "dnxcore50"
- }
- }
- }
|