Create a Visual Studio project

Version:

A Visual Studio project is needed before you can implement the custom provider.

  1. In Visual Studio, create the following project:

    Project type

    Class Library (.NET Framework)

    .NET version

    .NET Framework 4.6.2

    Project name

    Examples.DataExchange.Providers.FileSystem

  2. Add references to the following NuGet packages:

    • Sitecore.DataExchange.DataAccess.NoReferences

    • Sitecore.DataExchange.NoReferences

    • Sitecore.Services.Core.NoReferences

Note

Sitecore’s public NuGet feed is available at https://nuget.sitecore.com/resources/v3/index.json.

If you have suggestions for improving this article, let us know!