Skip to content

Commit d22296a

Browse files
committed
Fixing MS.Ext.DI
1 parent 66a0540 commit d22296a

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ testresults.xml
144144
/*.nupkg
145145

146146
README.md
147+
/*.slnf

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@
5656
[submodule "WCF"]
5757
path = WCF
5858
url = https://github.com/unitycontainer/wcf.git
59+
[submodule "Abstractions"]
60+
path = Abstractions
61+
url = https://github.com/unitycontainer/abstractions.git

Abstractions

Submodule Abstractions added at 884e3d6

Unity.5.11.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Wcf", "WCF\src\Unity.
117117
EndProject
118118
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Wcf.Tests", "WCF\tests\Unity.Wcf.Tests.csproj", "{6DD20020-9655-4994-A97B-A5F7E2C8664A}"
119119
EndProject
120+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Abstractions", "Abstractions\src\Unity.Abstractions.csproj", "{31B54798-661B-4274-A425-E608B584D4B3}"
121+
EndProject
120122
Global
121123
GlobalSection(SolutionConfigurationPlatforms) = preSolution
122124
Debug|Any CPU = Debug|Any CPU
@@ -238,6 +240,10 @@ Global
238240
{6DD20020-9655-4994-A97B-A5F7E2C8664A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
239241
{6DD20020-9655-4994-A97B-A5F7E2C8664A}.Debug|Any CPU.Build.0 = Debug|Any CPU
240242
{6DD20020-9655-4994-A97B-A5F7E2C8664A}.Release|Any CPU.ActiveCfg = Release|Any CPU
243+
{31B54798-661B-4274-A425-E608B584D4B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
244+
{31B54798-661B-4274-A425-E608B584D4B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
245+
{31B54798-661B-4274-A425-E608B584D4B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
246+
{31B54798-661B-4274-A425-E608B584D4B3}.Release|Any CPU.Build.0 = Release|Any CPU
241247
EndGlobalSection
242248
GlobalSection(SolutionProperties) = preSolution
243249
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)