Skip to content

Commit b12abb3

Browse files
committed
Merge branch 'master' of https://github.com/unitycontainer/unity
2 parents d73870c + 7504a27 commit b12abb3

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,5 @@ project.lock.json
142142
testresults.xml
143143
testresults.xml
144144
/*.nupkg
145+
146+
README.md

.gitmodules

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
[submodule "Abstractions"]
22
path = Abstractions
3-
url = https://github.com/unitycontainer/abstractions.git
3+
url = ../abstractions.git
44
branch = master
55
[submodule "Container"]
66
path = Container
7-
url = https://github.com/unitycontainer/container.git
7+
url = ../container.git
88
branch = master
99
[submodule "SpecificationTests"]
1010
path = SpecificationTests
11-
url = https://github.com/unitycontainer/specification-tests.git
11+
url = ../specification-tests.git
1212
branch = master
1313
[submodule "ServiceLocation"]
1414
path = ServiceLocation
15-
url = https://github.com/unitycontainer/service-location.git
15+
url = ../service-location.git
1616
branch = master
1717
[submodule "Configuration"]
1818
path = Configuration
19-
url = https://github.com/unitycontainer/configuration.git
19+
url = ../configuration.git
2020
branch = master
2121
[submodule "Interception"]
2222
path = Interception
23-
url = https://github.com/unitycontainer/interception.git
23+
url = ../interception.git
2424
branch = master
2525
[submodule "InterceptionConfiguration"]
2626
path = InterceptionConfiguration
27-
url = https://github.com/unitycontainer/interception-configuration.git
27+
url = ../interception-configuration.git
2828
branch = master
2929
[submodule "RegistrationByConvention"]
3030
path = RegistrationByConvention
31-
url = https://github.com/unitycontainer/registration-by-convention.git
31+
url = ../registration-by-convention.git
3232
branch = master
3333
[submodule "CommonServiceLocator"]
3434
path = CommonServiceLocator
3535
url = https://github.com/unitycontainer/commonservicelocator.git
3636
branch = master
3737
[submodule "MVC"]
3838
path = MVC
39-
url = https://github.com/unitycontainer/aspnet-mvc.git
39+
url = ../aspnet-mvc.git
4040
branch = master
4141
[submodule "WebAPI"]
4242
path = WebAPI
43-
url = https://github.com/unitycontainer/aspnet-webapi.git
43+
url = ../aspnet-webapi.git
4444
branch = master
4545
[submodule "Microsoft.DependencyInjection"]
4646
path = Microsoft.DependencyInjection
47-
url = https://github.com/unitycontainer/microsoft-dependency-injection.git
47+
url = ../microsoft-dependency-injection.git
4848
branch = master

0 commit comments

Comments
 (0)