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:
authorJavier Calvarro Nelson <jacalvar@microsoft.com>2018-03-22 04:13:13 +0300
committerJavier Calvarro Nelson <jacalvar@microsoft.com>2018-03-22 21:34:11 +0300
commit7eb13646d52159c7d9e59bd55776403d16b60439 (patch)
treeb2a50fd1c22db3033629f38fb13296bf2a37bd0f /.gitmodules
parent6ee57067b8764be095cc1fd454f755a32b3a9cb4 (diff)
Add AAD Integration repo
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 629535348f..7b902cbf09 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,7 @@
+[submodule "modules/AADIntegration"]
+ path = modules/AADIntegration
+ url = https://github.com/aspnet/AADIntegration.git
+ branch = release/2.1
[submodule "modules/Antiforgery"]
path = modules/Antiforgery
url = https://github.com/aspnet/Antiforgery.git
@@ -189,4 +193,4 @@
[submodule "modules/WebHooks"]
path = modules/WebHooks
url = https://github.com/aspnet/WebHooks.git
- branch = release/2.1
+ branch = release/2.1 \ No newline at end of file