Skip to content

Commit

Permalink
DependenciesManager class is under namespace Sitecore.WFFM.Abstractions
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroBaranov committed Feb 21, 2017
1 parent 9e081dc commit a4b1640
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Sitecore.Form.Core.Utility;
using Sitecore.Forms.Core.Data;
using Sitecore.WFFM.Abstractions.Actions;
using Sitecore.WFFM.Abstractions.Dependencies;
using Sitecore.WFFM.Abstractions;
using Sitecore.WFFM.Abstractions.Mail;
using Sitecore.WFFM.Abstractions.Shared;
using Sitecore.WFFM.Abstractions.Utils;
Expand Down
17 changes: 9 additions & 8 deletions src/Sitecore.Support.67791/Sitecore.Support.67791.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Forms.Core, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WFFM.Sitecore.Forms.Core.8.1.2\lib\Sitecore.Forms.Core.dll</HintPath>
<Private>False</Private>
<HintPath>..\packages\WFFM.Sitecore.Forms.Core.8.1.1\lib\Sitecore.Forms.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Kernel">
<HintPath>..\packages\SC.Sitecore.Kernel.8.1.2\lib\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
<Reference Include="Sitecore.Kernel, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SC.Sitecore.Kernel.8.1.1\lib\Sitecore.Kernel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.WFFM.Abstractions, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WFFM.Sitecore.WFFM.Abstractions.8.1.2\lib\Sitecore.WFFM.Abstractions.dll</HintPath>
<Private>False</Private>
<HintPath>..\packages\WFFM.Sitecore.WFFM.Abstractions.8.1.1\lib\Sitecore.WFFM.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
Expand All @@ -64,7 +64,7 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
<HintPath>..\packages\SC.System.Web.Mvc.8.1.1\lib\System.Web.Mvc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down Expand Up @@ -98,6 +98,7 @@
<Content Include="Views\Form\EditorTemplates\FileUploadField.cshtml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Properties\PublishProfiles\sc81rev151207cd.pubxml" />
<None Include="web.config" />
</ItemGroup>
<ItemGroup />
Expand Down
8 changes: 4 additions & 4 deletions src/Sitecore.Support.67791/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="SC.Sitecore.Kernel" version="8.1.2" targetFramework="net45" />
<package id="SC.System.Web.Mvc" version="8.1.2" targetFramework="net45" />
<package id="WFFM.Sitecore.Forms.Core" version="8.1.2" targetFramework="net45" />
<package id="WFFM.Sitecore.WFFM.Abstractions" version="8.1.2" targetFramework="net45" />
<package id="SC.Sitecore.Kernel" version="8.1.1" targetFramework="net45" />
<package id="SC.System.Web.Mvc" version="8.1.1" targetFramework="net45" />
<package id="WFFM.Sitecore.Forms.Core" version="8.1.1" targetFramework="net45" />
<package id="WFFM.Sitecore.WFFM.Abstractions" version="8.1.1" targetFramework="net45" />
</packages>

0 comments on commit a4b1640

Please sign in to comment.