Skip to content

Commit 73ae090

Browse files
authored
Merge pull request #84 from valadas/dnn940
Do not copy dependencies locally
2 parents 9678afc + 6ec3256 commit 73ae090

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FormAndList.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,29 @@
6363
<ItemGroup>
6464
<Reference Include="DotNetNuke, Version=9.4.0.0, Culture=neutral, processorArchitecture=MSIL">
6565
<HintPath>packages\DotNetNuke.Core.9.4.0\lib\net45\DotNetNuke.dll</HintPath>
66+
<Private>False</Private>
6667
</Reference>
6768
<Reference Include="DotNetNuke.Web, Version=9.4.0.0, Culture=neutral, processorArchitecture=MSIL">
6869
<HintPath>packages\DotNetNuke.Web.9.4.0\lib\net45\DotNetNuke.Web.dll</HintPath>
70+
<Private>False</Private>
6971
</Reference>
7072
<Reference Include="DotNetNuke.Web.Client, Version=9.4.0.0, Culture=neutral, processorArchitecture=MSIL">
7173
<HintPath>packages\DotNetNuke.Web.Client.9.4.0\lib\net45\DotNetNuke.Web.Client.dll</HintPath>
74+
<Private>False</Private>
7275
</Reference>
7376
<Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL">
7477
<HintPath>packages\DotNetNuke.Web.9.4.0\lib\net45\DotNetNuke.WebUtility.dll</HintPath>
78+
<Private>False</Private>
7579
</Reference>
7680
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7781
<HintPath>packages\DotNetNuke.Core.9.4.0\lib\net45\Microsoft.ApplicationBlocks.Data.dll</HintPath>
82+
<Private>False</Private>
7883
</Reference>
7984
<Reference Include="Microsoft.VisualBasic" />
8085
<Reference Include="mscorlib" />
8186
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
8287
<HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
88+
<Private>False</Private>
8389
</Reference>
8490
<Reference Include="System" />
8591
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)