Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bh 408 posts 1395 karma points
    Jun 12, 2019 @ 12:40
    bh
    0

    Install error

    Trying to install uSync on a Umbraco v7.12.3 site and I'm getting this error when I try to install via Package Manager Console in VS 2017 v15.9.12:

    Could not install package 'uSync.Core 8.0.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Jun 12, 2019 @ 13:02
    Kevin Jump
    100

    Hi,

    you need to install uSync v4.x for Umbraco 7 - that error because nuget is trying to install the latest version which is for Umbraco 8

    so

    Install-Package uSync -Version 4.0.10
    

    should do it.

    Kevin

  • bh 408 posts 1395 karma points
    Jun 12, 2019 @ 13:07
    bh
    0

    Thanks for the quick reply @KevinJump!

Please Sign in or register to post replies

Write your reply to:

Draft