.gitmodules 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [submodule "modules/Antiforgery"]
  2. path = modules/Antiforgery
  3. url = https://github.com/aspnet/Antiforgery.git
  4. branch = master
  5. [submodule "modules/BasicMiddleware"]
  6. path = modules/BasicMiddleware
  7. url = https://github.com/aspnet/BasicMiddleware.git
  8. branch = master
  9. [submodule "modules/CORS"]
  10. path = modules/CORS
  11. url = https://github.com/aspnet/CORS.git
  12. branch = master
  13. [submodule "modules/HttpSysServer"]
  14. path = modules/HttpSysServer
  15. url = https://github.com/aspnet/HttpSysServer.git
  16. branch = master
  17. [submodule "modules/Identity"]
  18. path = modules/Identity
  19. url = https://github.com/aspnet/Identity.git
  20. branch = master
  21. [submodule "modules/Localization"]
  22. path = modules/Localization
  23. url = https://github.com/aspnet/Localization.git
  24. branch = master
  25. [submodule "modules/Mvc"]
  26. path = modules/Mvc
  27. url = https://github.com/aspnet/Mvc.git
  28. branch = master
  29. [submodule "modules/Razor"]
  30. path = modules/Razor
  31. url = https://github.com/aspnet/Razor.git
  32. branch = master
  33. [submodule "modules/ResponseCaching"]
  34. path = modules/ResponseCaching
  35. url = https://github.com/aspnet/ResponseCaching.git
  36. branch = master
  37. [submodule "modules/Routing"]
  38. path = modules/Routing
  39. url = https://github.com/aspnet/Routing.git
  40. branch = master
  41. [submodule "modules/Security"]
  42. path = modules/Security
  43. url = https://github.com/aspnet/Security.git
  44. branch = master
  45. [submodule "modules/SignalR"]
  46. path = modules/SignalR
  47. url = https://github.com/aspnet/SignalR.git
  48. branch = master
  49. [submodule "src/IISIntegration/test/gtest/googletest"]
  50. path = src/IISIntegration/test/gtest/googletest
  51. url = https://github.com/google/googletest