Add AuthSamples repo (#659)
This commit is contained in:
parent
bbf5d142ed
commit
b05ec85f35
|
|
@ -2,6 +2,10 @@
|
||||||
path = modules/Antiforgery
|
path = modules/Antiforgery
|
||||||
url = https://github.com/aspnet/Antiforgery.git
|
url = https://github.com/aspnet/Antiforgery.git
|
||||||
branch = dev
|
branch = dev
|
||||||
|
[submodule "modules/AuthSamples"]
|
||||||
|
path = modules/AuthSamples
|
||||||
|
url = https://github.com/aspnet/AuthSamples.git
|
||||||
|
branch = dev
|
||||||
[submodule "modules/AzureIntegration"]
|
[submodule "modules/AzureIntegration"]
|
||||||
path = modules/AzureIntegration
|
path = modules/AzureIntegration
|
||||||
url = https://github.com/aspnet/AzureIntegration.git
|
url = https://github.com/aspnet/AzureIntegration.git
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Repository Include="Antiforgery" />
|
<Repository Include="Antiforgery" />
|
||||||
|
<Repository Include="AuthSamples" />
|
||||||
<Repository Include="AzureIntegration" />
|
<Repository Include="AzureIntegration" />
|
||||||
<Repository Include="BasicMiddleware" />
|
<Repository Include="BasicMiddleware" />
|
||||||
<Repository Include="BrowserLink" />
|
<Repository Include="BrowserLink" />
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6e75c8eb76fea1adfd9b1cd0946a8d1543292ad9
|
||||||
Loading…
Reference in New Issue