.gitmodules 442 B

123456789101112
  1. [submodule "src/submodules/googletest"]
  2. path = src/submodules/googletest
  3. url = https://github.com/google/googletest
  4. branch = main
  5. [submodule "src/submodules/MessagePack-CSharp"]
  6. path = src/submodules/MessagePack-CSharp
  7. url = https://github.com/aspnet/MessagePack-CSharp.git
  8. branch = master
  9. [submodule "src/submodules/spa-templates"]
  10. path = src/submodules/spa-templates
  11. url = https://github.com/dotnet/spa-templates.git
  12. branch = main