Skip to content

Commit 5779bbb

Browse files
committed
Fixed assembly references
1 parent da635a0 commit 5779bbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2Sexy Content Razor/2Sexy Content Razor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="DotNetNuke">
39-
<HintPath>..\Web\bin\DotNetNuke.dll</HintPath>
39+
<HintPath>..\..\..\bin\DotNetNuke.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.configuration" />
@@ -51,7 +51,7 @@
5151
<Reference Include="System.Data" />
5252
<Reference Include="System.Xml" />
5353
<Reference Include="ToSic.Eav">
54-
<HintPath>..\Web\bin\ToSic.Eav.dll</HintPath>
54+
<HintPath>..\..\..\bin\ToSic.Eav.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

0 commit comments

Comments
 (0)