Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
chore: Add microsoft.applicationblocks.data from nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Sep 29, 2017
1 parent 05005d1 commit 5e93334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DNNStuff.Aggregator.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<HintPath>packages\DotNetNuke.Web.7.2.0.613\lib\net40\DotNetNuke.WebUtility.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Core.7.2.0.613\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath>
<HintPath>packages\Microsoft.ApplicationBlocks.Data.2.0.0\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath>
</Reference>
<Reference Include="SharpZipLib, Version=0.81.0.1407, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
Expand Down
1 change: 1 addition & 0 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<packages>
<package id="DotNetNuke.Core" version="7.2.0.613" targetFramework="net40" />
<package id="DotNetNuke.Web" version="7.2.0.613" targetFramework="net40" />
<package id="Microsoft.ApplicationBlocks.Data" version="2.0.0" targetFramework="net40" />
<package id="MSBuildTasks" version="1.5.0.235" targetFramework="net40" developmentDependency="true" />
</packages>

0 comments on commit 5e93334

Please sign in to comment.