Microsoft.SyncFramework 2.1.0.2

dotnet add package Microsoft.SyncFramework --version 2.1.0.2
NuGet\Install-Package Microsoft.SyncFramework -Version 2.1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.SyncFramework" Version="2.1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.SyncFramework --version 2.1.0.2
#r "nuget: Microsoft.SyncFramework, 2.1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.SyncFramework as a Cake Addin
#addin nuget:?package=Microsoft.SyncFramework&version=2.1.0.2

// Install Microsoft.SyncFramework as a Cake Tool
#tool nuget:?package=Microsoft.SyncFramework&version=2.1.0.2

Installs the core MS Sync Framework redistributables (Synchronization-v2.1-x86-ENU.msi and Synchronization-v2.1-x64-ENU.msi) if they aren't allready installed, and then adds a reference for the 'Microsoft.Synchronization' assembly to your project. The msi distributables are obtained from here: https://www.microsoft.com/en-gb/download/details.aspx?id=19502

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0.2 3,061 7/2/2014
2.1.0.1 61 7/2/2014
2.1.0 85 7/1/2014

This Version: Corrected some package metadata.
   Previous Versions: Fixed issue with incorrect msi installation detection.