Release Details
This is a minor version release of uSync.Complete it introduces multi-targeting support for .net5 and .net6 in preparation for supporting Umbraco 9 (*.net5) and Umbraco 10 (.net 6) via a single package. It also contains some fixes and updates for reported issues.
uSync.Complete can be installed as a nuget package on your site - you can add the package a number of way :
via a command line you can add uSync.Complete
dotnet add package uSync.Complete --version 9.1.0
You can add the dependency directly to your projects .csproj file.
<ItemGroup>
<PackageReference Include="uSync.Complete" Version="9.1.0" />
</ItemGroup>
If you are old school . install-package still works
install-package uSync.Complete -version 9.1.0