project.json 559 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "emitEntryPoint": true,
  5. "allowUnsafe": true
  6. },
  7. "dependencies": {
  8. "AtomicNETCore": {
  9. "target": "project"
  10. },
  11. "AtomicNET": {
  12. "target": "project"
  13. },
  14. "Microsoft.NETCore.App": {
  15. "version": "1.0.0-rc2-3002702"
  16. }
  17. },
  18. "runtimes": {
  19. "osx.10.11-x64": {}
  20. },
  21. "frameworks": {
  22. "netcoreapp1.0": {
  23. "imports": "dnxcore50"
  24. }
  25. }
  26. }