project.json 595 B

123456789101112131415161718192021222324
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "emitEntryPoint": true
  5. },
  6. "dependencies": {
  7. "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
  8. "Microsoft.AspNetCore.DataProtection.Azure.Storage": "1.0.0-*",
  9. "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
  10. "Microsoft.Extensions.Logging": "1.1.0-*",
  11. "Microsoft.Extensions.Logging.Console": "1.1.0-*",
  12. "Microsoft.NETCore.App": {
  13. "type": "platform",
  14. "version": "1.1.0-*"
  15. }
  16. },
  17. "frameworks": {
  18. "netcoreapp1.0": {
  19. "imports": [
  20. "portable-net45+win8+wp8+wpa81"
  21. ]
  22. }
  23. }
  24. }