Skip to content

Commit 771b7ed

Browse files
authored
Merge pull request #2068 from dnnsoftware/clientdependency-remnanats
I verified these references are still showing as missing in the latest dev build, merging the approved PR to finish the cleanup of the CDF issue.
2 parents b40cfc4 + 85cc9e9 commit 771b7ed

File tree

6 files changed

+0
-24
lines changed

6 files changed

+0
-24
lines changed

DNN Platform/Modules/CoreMessaging/DotNetNuke.Modules.CoreMessaging.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
<NoWarn>1591</NoWarn>
5151
</PropertyGroup>
5252
<ItemGroup>
53-
<Reference Include="ClientDependency.Core">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\Components\ClientDependency\Source\bin\ClientDependency.Core.dll</HintPath>
56-
</Reference>
5753
<Reference Include="DotNetNuke.Instrumentation">
5854
<SpecificVersion>False</SpecificVersion>
5955
<HintPath>..\..\DotNetNuke.Instrumentation\bin\DotNetNuke.Instrumentation.dll</HintPath>

DNN Platform/Modules/HTML/DotNetNuke.Modules.Html.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
7373
</PropertyGroup>
7474
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
7575
<ItemGroup>
76-
<Reference Include="ClientDependency.Core">
77-
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\..\Components\ClientDependency\Source\bin\ClientDependency.Core.dll</HintPath>
79-
</Reference>
8076
<Reference Include="DotNetNuke.Instrumentation">
8177
<SpecificVersion>False</SpecificVersion>
8278
<HintPath>..\..\DotNetNuke.Instrumentation\bin\DotNetNuke.Instrumentation.dll</HintPath>

DNN Platform/Modules/HtmlEditorManager/DotNetNuke.Modules.HtmlEditorManager.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@
136136
<Content Include="App_LocalResources\ProviderConfiguration.ascx.resx" />
137137
</ItemGroup>
138138
<ItemGroup>
139-
<ProjectReference Include="..\..\Components\ClientDependency\Source\ClientDependency.Core.csproj">
140-
<Project>{3b64e72e-63cc-4a90-adff-4b919ef17239}</Project>
141-
<Name>ClientDependency.Core</Name>
142-
</ProjectReference>
143139
<ProjectReference Include="..\..\DotNetNuke.Web.Client\DotNetNuke.Web.Client.csproj">
144140
<Project>{03e3afa5-ddc9-48fb-a839-ad4282ce237e}</Project>
145141
<Name>DotNetNuke.Web.Client</Name>

DNN Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
<NoWarn>1591</NoWarn>
5151
</PropertyGroup>
5252
<ItemGroup>
53-
<Reference Include="ClientDependency.Core">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\Components\ClientDependency\Source\bin\ClientDependency.Core.dll</HintPath>
56-
</Reference>
5753
<Reference Include="DotNetNuke.Instrumentation">
5854
<SpecificVersion>False</SpecificVersion>
5955
<HintPath>..\..\DotNetNuke.Instrumentation\bin\DotNetNuke.Instrumentation.dll</HintPath>

DNN Platform/Modules/RazorHost/DotNetNuke.Modules.RazorHost.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@
180180
<Content Include="web.config" />
181181
</ItemGroup>
182182
<ItemGroup>
183-
<ProjectReference Include="..\..\Components\ClientDependency\Source\ClientDependency.Core.csproj">
184-
<Project>{3b64e72e-63cc-4a90-adff-4b919ef17239}</Project>
185-
<Name>ClientDependency.Core</Name>
186-
</ProjectReference>
187183
<ProjectReference Include="..\..\DotNetNuke.Web.Razor\DotNetNuke.Web.Razor.csproj">
188184
<Project>{9806c125-8ca9-48cc-940a-ccd0442c5993}</Project>
189185
<Name>DotNetNuke.Web.Razor</Name>

Website/DotNetNuke.Website.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3318,10 +3318,6 @@
33183318
</BootstrapperPackage>
33193319
</ItemGroup>
33203320
<ItemGroup>
3321-
<ProjectReference Include="..\DNN Platform\Components\ClientDependency\Source\ClientDependency.Core.csproj">
3322-
<Project>{3b64e72e-63cc-4a90-adff-4b919ef17239}</Project>
3323-
<Name>ClientDependency.Core</Name>
3324-
</ProjectReference>
33253321
<ProjectReference Include="..\DNN Platform\DotNetNuke.Instrumentation\DotNetNuke.Instrumentation.csproj">
33263322
<Project>{3cd5f6b8-8360-4862-80b6-f402892db7dd}</Project>
33273323
<Name>DotNetNuke.Instrumentation</Name>

0 commit comments

Comments
 (0)