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.

12345678910111213141516171819202122232425262728
  1. {
  2. "version": "0.1.0",
  3. "authors": ["Robin Thoni"],
  4. "description": "Luticate2 utils for Web API projects",
  5. "buildOptions": {
  6. "debugType": "portable"
  7. },
  8. "dependencies": {
  9. "Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
  10. "Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final",
  11. "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
  12. "Microsoft.AspNetCore.WebSockets": "1.0.0",
  13. "Gray.Microsoft.AspNetCore.SignalR.Server": "0.2.0-alpha1"
  14. },
  15. "frameworks": {
  16. "netcoreapp1.0": {
  17. "imports": [
  18. "dotnet5.6",
  19. "portable-net45+win8"
  20. ]
  21. }
  22. },
  23. "scripts": {
  24. "postcompile": [
  25. "dotnet pack --no-build --configuration %compile:Configuration%"
  26. ]
  27. }
  28. }