|
1 | 1 | [submodule "Abstractions"] |
2 | 2 | path = Abstractions |
3 | | - url = https://github.com/unitycontainer/abstractions.git |
| 3 | + url = ../abstractions.git |
4 | 4 | branch = master |
5 | 5 | [submodule "Container"] |
6 | 6 | path = Container |
7 | | - url = https://github.com/unitycontainer/container.git |
| 7 | + url = ../container.git |
8 | 8 | branch = master |
9 | 9 | [submodule "SpecificationTests"] |
10 | 10 | path = SpecificationTests |
11 | | - url = https://github.com/unitycontainer/specification-tests.git |
| 11 | + url = ../specification-tests.git |
12 | 12 | branch = master |
13 | 13 | [submodule "ServiceLocation"] |
14 | 14 | path = ServiceLocation |
15 | | - url = https://github.com/unitycontainer/service-location.git |
| 15 | + url = ../service-location.git |
16 | 16 | branch = master |
17 | 17 | [submodule "Configuration"] |
18 | 18 | path = Configuration |
19 | | - url = https://github.com/unitycontainer/configuration.git |
| 19 | + url = ../configuration.git |
20 | 20 | branch = master |
21 | 21 | [submodule "Interception"] |
22 | 22 | path = Interception |
23 | | - url = https://github.com/unitycontainer/interception.git |
| 23 | + url = ../interception.git |
24 | 24 | branch = master |
25 | 25 | [submodule "InterceptionConfiguration"] |
26 | 26 | path = InterceptionConfiguration |
27 | | - url = https://github.com/unitycontainer/interception-configuration.git |
| 27 | + url = ../interception-configuration.git |
28 | 28 | branch = master |
29 | 29 | [submodule "RegistrationByConvention"] |
30 | 30 | path = RegistrationByConvention |
31 | | - url = https://github.com/unitycontainer/registration-by-convention.git |
| 31 | + url = ../registration-by-convention.git |
32 | 32 | branch = master |
33 | 33 | [submodule "CommonServiceLocator"] |
34 | 34 | path = CommonServiceLocator |
35 | 35 | url = https://github.com/unitycontainer/commonservicelocator.git |
36 | 36 | branch = master |
37 | 37 | [submodule "MVC"] |
38 | 38 | path = MVC |
39 | | - url = https://github.com/unitycontainer/aspnet-mvc.git |
| 39 | + url = ../aspnet-mvc.git |
40 | 40 | branch = master |
41 | 41 | [submodule "WebAPI"] |
42 | 42 | path = WebAPI |
43 | | - url = https://github.com/unitycontainer/aspnet-webapi.git |
| 43 | + url = ../aspnet-webapi.git |
44 | 44 | branch = master |
45 | 45 | [submodule "Microsoft.DependencyInjection"] |
46 | 46 | path = Microsoft.DependencyInjection |
47 | | - url = https://github.com/unitycontainer/microsoft-dependency-injection.git |
| 47 | + url = ../microsoft-dependency-injection.git |
48 | 48 | branch = master |
0 commit comments