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

.gitmodules - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38ea10beb9165532bc3c29cf2fef7f944c3b34a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[submodule "modules/AADIntegration"]
	path = modules/AADIntegration
	url = https://github.com/aspnet/AADIntegration.git
	branch = master
[submodule "modules/Antiforgery"]
	path = modules/Antiforgery
	url = https://github.com/aspnet/Antiforgery.git
	branch = master
[submodule "modules/BasicMiddleware"]
	path = modules/BasicMiddleware
	url = https://github.com/aspnet/BasicMiddleware.git
	branch = master
[submodule "modules/CORS"]
	path = modules/CORS
	url = https://github.com/aspnet/CORS.git
	branch = master
[submodule "modules/Diagnostics"]
	path = modules/Diagnostics
	url = https://github.com/aspnet/Diagnostics.git
	branch = master
[submodule "modules/Hosting"]
	path = modules/Hosting
	url = https://github.com/aspnet/Hosting.git
	branch = master
[submodule "modules/HttpAbstractions"]
	path = modules/HttpAbstractions
	url = https://github.com/aspnet/HttpAbstractions.git
	branch = master
[submodule "modules/HttpSysServer"]
	path = modules/HttpSysServer
	url = https://github.com/aspnet/HttpSysServer.git
	branch = master
[submodule "modules/Identity"]
	path = modules/Identity
	url = https://github.com/aspnet/Identity.git
	branch = master
[submodule "modules/JavaScriptServices"]
	path = modules/JavaScriptServices
	url = https://github.com/aspnet/JavaScriptServices.git
	branch = master
[submodule "modules/Localization"]
	path = modules/Localization
	url = https://github.com/aspnet/Localization.git
	branch = master
[submodule "modules/MetaPackages"]
	path = modules/MetaPackages
	url = https://github.com/aspnet/MetaPackages.git
	branch = master
[submodule "modules/Mvc"]
	path = modules/Mvc
	url = https://github.com/aspnet/Mvc.git
	branch = master
[submodule "modules/Razor"]
	path = modules/Razor
	url = https://github.com/aspnet/Razor.git
	branch = master
[submodule "modules/ResponseCaching"]
	path = modules/ResponseCaching
	url = https://github.com/aspnet/ResponseCaching.git
	branch = master
[submodule "modules/Routing"]
	path = modules/Routing
	url = https://github.com/aspnet/Routing.git
	branch = master
[submodule "modules/Security"]
	path = modules/Security
	url = https://github.com/aspnet/Security.git
	branch = master
[submodule "modules/ServerTests"]
	path = modules/ServerTests
	url = https://github.com/aspnet/ServerTests.git
	branch = master
[submodule "modules/Session"]
	path = modules/Session
	url = https://github.com/aspnet/Session.git
	branch = master
[submodule "modules/SignalR"]
	path = modules/SignalR
	url = https://github.com/aspnet/SignalR.git
	branch = master
[submodule "modules/StaticFiles"]
	path = modules/StaticFiles
	url = https://github.com/aspnet/StaticFiles.git
	branch = master
[submodule "src/IISIntegration/test/gtest/googletest"]
	path = src/IISIntegration/test/gtest/googletest
	url = https://github.com/google/googletest