project.json 289 B

12345678910111213141516171819
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "emitEntryPoint": true
  5. },
  6. "dependencies": {
  7. "Microsoft.NETCore.App": {
  8. "type": "platform",
  9. "version": "1.0.0-rc3-004338"
  10. }
  11. },
  12. "frameworks": {
  13. "netcoreapp1.0": {
  14. "imports": "dnxcore50"
  15. }
  16. }
  17. }