Installation
To install uSync you will first need to have installed Umbraco.
note
uSync v16 runs on Umbraco v16.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 v16 is only available as a nuget package, there is currently no way to install a package directly from the backoffice in Umbraco 16