Skip to content

Commit

Permalink
lib reference fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyLeman committed Jun 6, 2018
1 parent 924521e commit c88cdd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added lib/Microsoft.Web.Deployment.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion src/Sitecore.Support.93288/Sitecore.Support.93288.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Deployment, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="Microsoft.Web.Deployment, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Microsoft.Web.Deployment.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Sitecore.Kernel">
<HintPath>..\packages\SC.Sitecore.Kernel.8.2.1\lib\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
Expand Down

0 comments on commit c88cdd5

Please sign in to comment.