Skip to content

Commit 5d610c0

Browse files
author
Manuel Fischer
committed
The "NitroNet.UnityModules" reference in the "NitroNet.Sitecore.UnityModules" project also needs to be conditional
1 parent c4277d1 commit 5d610c0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

NitroNet.Sitecore.UnityModules/NitroNet.Sitecore.UnityModules.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
</When>
121121
</Choose>
122122
<ItemGroup>
123-
<Reference Include="NitroNet.UnityModules">
124-
<HintPath>..\..\NitroNet\NitroNet.UnityModules\bin\Debug\NitroNet.UnityModules.dll</HintPath>
125-
</Reference>
126123
<Reference Include="System" />
127124
<Reference Include="System.Core" />
128125
<Reference Include="System.Xml.Linq" />
@@ -141,6 +138,9 @@
141138
<Reference Include="NitroNet.Mvc">
142139
<HintPath>..\..\NitroNet\NitroNet.Mvc\bin\release\NitroNet.Mvc.dll</HintPath>
143140
</Reference>
141+
<Reference Include="NitroNet.UnityModules">
142+
<HintPath>..\..\NitroNet\NitroNet.UnityModules\bin\release\NitroNet.UnityModules.dll</HintPath>
143+
</Reference>
144144
<Reference Include="NitroNet.ViewEngine">
145145
<HintPath>..\..\NitroNet\NitroNet.ViewEngine\bin\release\NitroNet.ViewEngine.dll</HintPath>
146146
</Reference>
@@ -160,6 +160,9 @@
160160
<Reference Include="NitroNet.Mvc">
161161
<HintPath>..\..\NitroNet\NitroNet.Mvc\bin\debug\NitroNet.Mvc.dll</HintPath>
162162
</Reference>
163+
<Reference Include="NitroNet.UnityModules">
164+
<HintPath>..\..\NitroNet\NitroNet.UnityModules\bin\debug\NitroNet.UnityModules.dll</HintPath>
165+
</Reference>
163166
<Reference Include="NitroNet.ViewEngine">
164167
<HintPath>..\..\NitroNet\NitroNet.ViewEngine\bin\debug\NitroNet.ViewEngine.dll</HintPath>
165168
</Reference>

0 commit comments

Comments
 (0)