Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules17
1 files changed, 12 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 6f499e11ac..34de414594 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,20 +1,27 @@
[submodule "modules/BasicMiddleware"]
path = modules/BasicMiddleware
url = https://github.com/aspnet/BasicMiddleware.git
- branch = release/2.1
+ branch = release/2.2
+[submodule "modules/BrowserLink"]
+ path = modules/BrowserLink
+ url = https://github.com/aspnet/BrowserLink.git
+ branch = release/2.2
[submodule "modules/EntityFrameworkCore"]
path = modules/EntityFrameworkCore
url = https://github.com/aspnet/EntityFrameworkCore.git
- branch = release/2.1
+ branch = release/2.2
[submodule "modules/Identity"]
path = modules/Identity
url = https://github.com/aspnet/Identity.git
- branch = release/2.1
+ branch = release/2.2
[submodule "modules/Localization"]
path = modules/Localization
url = https://github.com/aspnet/Localization.git
- branch = release/2.1
+ branch = release/2.2
[submodule "modules/Scaffolding"]
path = modules/Scaffolding
url = https://github.com/aspnet/Scaffolding.git
- branch = release/2.1
+ branch = release/2.2
+[submodule "src/IISIntegration/test/gtest/googletest"]
+ path = src/IISIntegration/test/gtest/googletest
+ url = https://github.com/google/googletest