Skip to content

Commit

Permalink
Changed required DNN version from 8 back to 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skamphuis committed Oct 24, 2018
1 parent 684a2d7 commit e5360e4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Binary file added Libraries/DotNetNuke.Web.Client.dll
Binary file not shown.
Binary file added Libraries/DotNetNuke.dll
Binary file not shown.
Binary file added Libraries/Ventrian.ImageResizer.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetNuke, Version=6.1.5.142, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="DotNetNuke, Version=8.0.4.226, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\bin\DotNetNuke.dll</HintPath>
<HintPath>..\..\..\Libraries\DotNetNuke.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral">
Expand Down Expand Up @@ -240,13 +240,6 @@
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Ventrian.NewsArticles.vbproj">
<Project>{25F6A930-34CD-4730-8324-D234D4637898}</Project>
<Name>Ventrian.NewsArticles</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
Expand All @@ -259,6 +252,12 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Ventrian.NewsArticles.vbproj">
<Project>{25f6a930-34cd-4730-8324-d234d4637898}</Project>
<Name>Ventrian.NewsArticles</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
11 changes: 6 additions & 5 deletions Ventrian.NewsArticles.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CookComputing.XmlRpc, Version=2.1.0.3, Culture=neutral, PublicKeyToken=a7d6e17aa302004d" />
<Reference Include="DotNetNuke, Version=6.2.3.141, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="DotNetNuke, Version=8.0.4.226, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\DotNetNuke482\Website\Bin\DotNetNuke.dll</HintPath>
<HintPath>Libraries\DotNetNuke.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DotNetNuke.Web.Client, Version=6.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="DotNetNuke.Web.Client, Version=8.0.4.226, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\DotNetNuke.Web.Client.dll</HintPath>
<HintPath>Libraries\DotNetNuke.Web.Client.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ephtmltopdf, Version=4.0.6.31734, Culture=neutral, PublicKeyToken=5b5f377bc08a4d32, processorArchitecture=MSIL" />
Expand All @@ -84,7 +84,8 @@
<Reference Include="System.Web.Mobile" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Ventrian.ImageResizer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Private>True</Private>
<SpecificVersion>False</SpecificVersion>
<HintPath>Libraries\Ventrian.ImageResizer.dll</HintPath>
</Reference>
<Reference Include="Ventrian.NewsArticles.Secure, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
</ItemGroup>
Expand Down

0 comments on commit e5360e4

Please sign in to comment.