3. Create Visual Studio ProjectΒΆ

A Visual Studio project is needed to build a provider for Data Exchange Framework.

Data Exchange Framework 5.0.0

  1. In Visual Studio, create project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful

    .NET Framework version

    4.8.0 (or higher)

  2. Add references to the project:

    Assemblies

    System.Net.Http

    System.Net.Http.WebRequest

  3. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />

    <PackageReference Include="Sitecore.DataExchange" Version="5.0.0" />

  4. Create the another project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful.Local

    .NET Framework version

    4.8.0 (or higher)

  5. Add references to the project:

    Projects

    DataExchange.Providers.RESTful

    Assemblies

    System.Web

  6. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Sitecore.DataExchange" Version="5.0.0" />

    <PackageReference Include="Sitecore.Kernel" Version="10.0.0" />

Data Exchange Framework 4.0.0

  1. In Visual Studio, create project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful

    .NET Framework version

    4.7.1 (or higher)

  2. Add references to the project:

    Assemblies

    System.Net.Http

    System.Net.Http.WebRequest

  3. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />

    <PackageReference Include="Sitecore.DataExchange" Version="4.0.0" />

  4. Create the another project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful.Local

    .NET Framework version

    4.7.1 (or higher)

  5. Add references to the project:

    Projects

    DataExchange.Providers.RESTful

    Assemblies

    System.Web

  6. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Sitecore.DataExchange" Version="4.0.0" />

    <PackageReference Include="Sitecore.Kernel" Version="9.3.0" />

Data Exchange Framework 3.0.1

  1. In Visual Studio, create project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful

    .NET Framework version

    4.7.1 (or higher)

  2. Add references to the project:

    Assemblies

    System.Net.Http

    System.Net.Http.WebRequest

  3. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />

    <PackageReference Include="Sitecore.DataExchange" Version="3.0.1" />

  4. Create the another project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful.Local

    .NET Framework version

    4.7.1 (or higher)

  5. Add references to the project:

    Projects

    DataExchange.Providers.RESTful

    Assemblies

    System.Web

  6. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Sitecore.DataExchange" Version="3.0.1" />

    <PackageReference Include="Sitecore.Kernel" Version="9.2.0" />

Data Exchange Framework 2.1.0

  1. In Visual Studio, create project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful

    .NET Framework version

    4.7.1 (or higher)

  2. Add references to the project:

    Assemblies

    System.Net.Http

    System.Net.Http.WebRequest

  3. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />

    <PackageReference Include="Sitecore.DataExchange" Version="2.1.0" />

  4. Create the another project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful.Local

    .NET Framework version

    4.7.1 (or higher)

  5. Add references to the project:

    Projects

    DataExchange.Providers.RESTful

    Assemblies

    System.Web

  6. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Sitecore.DataExchange" Version="2.1.0" />

    <PackageReference Include="Sitecore.Kernel" Version="9.1.0" />

Data Exchange Framework 2.0.1

  1. In Visual Studio, create project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful

    .NET Framework version

    4.6.2 (or higher)

  2. Add references to the project:

    Assemblies

    System.Net.Http

    System.Net.Http.WebRequest

  3. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Newtonsoft.Json" Version="9.0.1" />

    <PackageReference Include="Sitecore.DataExchange" Version="2.0.180108" />

  4. Create the another project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful.Local

    .NET Framework version

    4.6.2 (or higher)

  5. Add references to the project:

    Projects

    DataExchange.Providers.RESTful

    Assemblies

    System.Web

  6. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Sitecore.DataExchange" Version="2.0.180108" />

    <PackageReference Include="Sitecore.Kernel" Version="9.0.171219" />

Data Exchange Framework 1.4.1

  1. In Visual Studio, create project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful

    .NET Framework version

    4.5.2 (or higher)

  2. Add references to the project:

    Assemblies

    System.Net.Http

    System.Net.Http.WebRequest

  3. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Newtonsoft.Json" Version="6.0.8" />

    <PackageReference Include="Sitecore.DataExchange" Version="1.4.171126" />

  4. Create the another project with the following settings:

    Template

    Class Library

    Name

    DataExchange.Providers.RESTful.Local

    .NET Framework version

    4.5.2 (or higher)

  5. Add references to the project:

    Projects

    DataExchange.Providers.RESTful

    Assemblies

    System.Web

  6. Add the following package references to the project:

    Package Reference

    <PackageReference Include="Sitecore.DataExchange" Version="1.4.171126" />

    <PackageReference Include="Sitecore.Kernel" Version="8.1.151207" />