You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.json 603B

123456789101112131415161718192021
  1. {
  2. "version": "1.0.0",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
  8. "Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final",
  9. "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
  10. "Microsoft.AspNetCore.WebSockets": "0.2.0-*",
  11. "Microsoft.AspNetCore.SignalR.Server": "0.2.0-preview2-22683"
  12. },
  13. "frameworks": {
  14. "netcoreapp1.0": {
  15. "imports": [
  16. "dotnet5.6",
  17. "portable-net45+win8"
  18. ]
  19. }
  20. }
  21. }