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.
<PackageVersion Include="Microsoft.SyncFramework" Version="2.1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.SyncFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Microsoft.SyncFramework&version=2.1.0.2
                    
Install Microsoft.SyncFramework as a Cake Addin
#tool nuget:?package=Microsoft.SyncFramework&version=2.1.0.2
                    
Install Microsoft.SyncFramework as a Cake Tool

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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Microsoft.SyncFramework:

Package Downloads
VelocityDBExtensions

Extensions to VelocityDB for efficient LINQ index/BTree queries, AzureSession file API usage with Microsoft Azure, import/export to/from CSV and JSON, Sync, GeoHash, Compressed Bitmap and RTree.

Microsoft.SyncFramework.DatabaseProvider

This package will ensure that the 'DatabaseProviders' msi for MS Sync Framework is installed, and it will then add references to the necessary assemblies: Microsoft.Synchronization.Data.dll, Microsoft.Synchronization.Data.Server.dll, Microsoft.Synchronization.Data.SqlServer.dll, Microsoft.Synchronization.Data.SqlServerCe.dll. The msi distributables included in this package are obtained from here: http://www.microsoft.com/en-gb/download/details.aspx?id=19502

Microsoft.SyncFramework.ProviderServices

This package will ensure that the 'ProviderServices' msi for MS Sync Framework is installed, and it will then add references to the necessary assemblies: Microsoft.Synchronization.Files.dll, Microsoft.Synchronization.MetadataStorage.dll, Microsoft.Synchronization.SimpleProviders.dll The msi distributables included in this package are obtained from here: http://www.microsoft.com/en-gb/download/details.aspx?id=19502

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0.2 132,065 7/2/2014
2.1.0.1 1,677 7/2/2014
2.1.0 2,472 7/1/2014

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