Skip to content

Commit 2904e92

Browse files
committed
Added Microsoft.DependencyInjection
1 parent a65eb29 commit 2904e92

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@
3838
path = WebAPI
3939
url = https://github.com/unitycontainer/aspnet-webapi.git
4040
branch = master
41+
[submodule "Microsoft.DependencyInjection"]
42+
path = Microsoft.DependencyInjection
43+
url = https://github.com/unitycontainer/microsoft-dependency-injection.git

Abstractions

Container

Microsoft.DependencyInjection

package.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi.Tests", "WebAPI\test
4545
EndProject
4646
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVC.Tests", "MVC\tests\MVC.Tests.csproj", "{2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B}"
4747
EndProject
48+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Microsoft.DependencyInjection", "Microsoft.DependencyInjection\src\Unity.Microsoft.DependencyInjection.csproj", "{8FE475A4-6C19-4A5A-893C-D5C1A1508D8E}"
49+
EndProject
50+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DependencyInjection.Tests", "Microsoft.DependencyInjection\tests\Microsoft.DependencyInjection.Tests.csproj", "{C8CDD043-CD9F-4BEB-B4EF-0801405CE55C}"
51+
EndProject
4852
Global
4953
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5054
Debug|Any CPU = Debug|Any CPU
@@ -127,6 +131,14 @@ Global
127131
{2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
128132
{2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
129133
{2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B}.Release|Any CPU.Build.0 = Release|Any CPU
134+
{8FE475A4-6C19-4A5A-893C-D5C1A1508D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
135+
{8FE475A4-6C19-4A5A-893C-D5C1A1508D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
136+
{8FE475A4-6C19-4A5A-893C-D5C1A1508D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
137+
{8FE475A4-6C19-4A5A-893C-D5C1A1508D8E}.Release|Any CPU.Build.0 = Release|Any CPU
138+
{C8CDD043-CD9F-4BEB-B4EF-0801405CE55C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
139+
{C8CDD043-CD9F-4BEB-B4EF-0801405CE55C}.Debug|Any CPU.Build.0 = Debug|Any CPU
140+
{C8CDD043-CD9F-4BEB-B4EF-0801405CE55C}.Release|Any CPU.ActiveCfg = Release|Any CPU
141+
{C8CDD043-CD9F-4BEB-B4EF-0801405CE55C}.Release|Any CPU.Build.0 = Release|Any CPU
130142
EndGlobalSection
131143
GlobalSection(SolutionProperties) = preSolution
132144
HideSolutionNode = FALSE
@@ -142,6 +154,7 @@ Global
142154
{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
143155
{C8524F6E-CD20-406E-90E2-65C3C8EF1FFA} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
144156
{2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
157+
{C8CDD043-CD9F-4BEB-B4EF-0801405CE55C} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
145158
EndGlobalSection
146159
GlobalSection(ExtensibilityGlobals) = postSolution
147160
SolutionGuid = {5AAFE72A-A2F4-4EE5-B3E2-B8E1E4652456}

0 commit comments

Comments
 (0)