Installation
To install uSync you will first need to have installed Umbraco.
note
uSync v17 runs on Umbraco v17.x. See our compatibility table to see which version you need for other Umbraco versions.
Install via .NET CLI
If you have installed your Umbraco site using .NET CLI, you can also install uSync from within Visual Studio by running the following command in the command-line.
- Dotnet
- Package reference
dotnet add package uSync
<PackageReference Include="uSync" Version="VERSION" />
Install as Package
info
uSync v17 is only available as a NuGet package, there is currently no way to install a package directly from the backoffice in Umbraco 17