Skip to content

Commit

Permalink
Updated SPA Template references.
Browse files Browse the repository at this point in the history
  • Loading branch information
amarjit-dhunna committed Mar 15, 2016
1 parent 72e2d20 commit 1a8136d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 18 deletions.
Binary file modified Dnn Spa Module.vsix
Binary file not shown.
20 changes: 5 additions & 15 deletions src/DnnSpaModule/DnnSpaModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,16 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetNuke, Version=8.0.0.745, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Core.8.0.0.745\lib\net40\DotNetNuke.dll</HintPath>
<Reference Include="DotNetNuke, Version=8.0.1.236, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetNuke.Core.8.0.1.236\lib\net40\DotNetNuke.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DotNetNuke.Web, Version=8.0.0.745, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Web.8.0.0.745\lib\net40\DotNetNuke.Web.dll</HintPath>
<Reference Include="DotNetNuke.Web, Version=8.0.1.236, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetNuke.Web.8.0.1.236\lib\net40\DotNetNuke.Web.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Web.8.0.0.745\lib\net40\DotNetNuke.WebUtility.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Core.8.0.0.745\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath>
<HintPath>..\packages\DotNetNuke.Web.8.0.1.236\lib\net40\DotNetNuke.WebUtility.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -150,12 +146,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="web.config" />
<None Include="web.Debug.config">
<DependentUpon>web.config</DependentUpon>
</None>
<None Include="web.Release.config">
<DependentUpon>web.config</DependentUpon>
</None>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
Binary file modified src/DnnSpaModule/install/DnnSpaModule_00.00.01_Install.zip
Binary file not shown.
Binary file modified src/DnnSpaModule/install/DnnSpaModule_00.00.01_Source.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/DnnSpaModule/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetNuke.Core" version="8.0.0.745" targetFramework="net451" />
<package id="DotNetNuke.Web" version="8.0.0.745" targetFramework="net451" />
<package id="DotNetNuke.Core" version="8.0.1.236" targetFramework="net451" />
<package id="DotNetNuke.Web" version="8.0.1.236" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net451" />
Expand Down
Binary file modified src/vsix/DnnSpaModule/DnnMvcModule/Web/Dnn/Dnn Spa Module.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<Icon>__TemplateIcon.ico</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[14.0,15.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" Version="12.0" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="Web" d:TargetPath="Web\Dnn\Dnn Spa Module.zip" />
Expand Down

0 comments on commit 1a8136d

Please sign in to comment.