project.json 292 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"
  10. },
  11. "System.Reactive": "3.0.0-rc1-00354"
  12. },
  13. "frameworks": {
  14. "netcoreapp1.0": {
  15. }
  16. }
  17. }