Skip to content

Commit

Permalink
Sitecore.DataExchange.Gutters - Upgraded to .net framework 4.7.1 for …
Browse files Browse the repository at this point in the history
…Sitecore 9.3 + updated solution to make use of nuget packages (9.3 for Sitecore.Kernel, DEF 4.0.0.0)
  • Loading branch information
KayeeNL committed Jun 23, 2020
1 parent f8de4cb commit 0992da3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
27 changes: 20 additions & 7 deletions Sitecore.DataExchange.Gutters/Sitecore.DataExchange.Gutters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sitecore.DataExchange.Gutters</RootNamespace>
<AssemblyName>Sitecore.DataExchange.Gutters</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -31,17 +31,29 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Sitecore.DataExchange">
<HintPath>..\..\DataExchange\code\Sitecore.DataExchange\bin\Debug\Sitecore.DataExchange.dll</HintPath>
<Private>False</Private>
<Reference Include="Sitecore.DataExchange, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.DataExchange.4.0.0\lib\net471\Sitecore.DataExchange.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Kernel">
<HintPath>..\..\..\wwwroot\dataexchange\Website\bin\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
<Reference Include="Sitecore.Kernel, Version=14.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sitecore.Kernel.9.3.0\lib\net471\Sitecore.Kernel.dll</HintPath>
</Reference>
<Reference Include="sysglobl" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Design" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Linq" />
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.InteropServices" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Web" />
<Reference Include="System.Threading.Thread" />
<Reference Include="System.Web" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -69,6 +81,7 @@
<ItemGroup />
<ItemGroup>
<None Include="App_Config\Include\Sitecore.DataExchange.Gutters.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
5 changes: 5 additions & 0 deletions Sitecore.DataExchange.Gutters/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Sitecore.DataExchange" version="4.0.0" targetFramework="net471" />
<package id="Sitecore.Kernel" version="9.3.0" targetFramework="net471" />
</packages>

0 comments on commit 0992da3

Please sign in to comment.