Nuget has version 0.0.0 and seems to be broken

When I try to install, nuget says ““vl.fuse.1.0.0.0-beta01” is already installed”

When I try to add a package to the project, exceptions occur.

5.3-255

image

The 0.0.0 version indicates you’re running Fuse from source. Did you start vvvv with --package-repositories? In this case, the version you have installed with nuget install will not be taken into account.

So in this case you should build the solution in the cloned repo.

Does that help?

1 Like

Yes, you’re absolutely right. My bad. Thank you!