project.json 440 B

123456789101112131415161718192021222324252627
  1. {
  2. "buildOptions": {
  3. },
  4. "dependencies": {
  5. "Grpc.Core": {
  6. "target": "project"
  7. },
  8. "Google.Protobuf": "3.0.0"
  9. },
  10. "frameworks": {
  11. "net45": {
  12. "frameworkAssemblies": {
  13. "System.Runtime": "",
  14. "System.IO": ""
  15. }
  16. },
  17. "netcoreapp1.0": {
  18. "dependencies": {
  19. "Microsoft.NETCore.App": {
  20. "type": "platform",
  21. "version": "1.0.0"
  22. }
  23. }
  24. }
  25. }
  26. }