Bonjour,
Wanted to use the Humanizer.Core nuget under 5.0-535. The nuget installs correctly, but soon as I try to add the dependency to my document, the Dependencies section turns red with no other signs of failure :
When inspecting the dependencies menu, it looks like vvvv is trying to load the netstandard1.0 version of the nuget :
But when inspecting the nuget’s folder, there’s indeed a net6.0 folder.
Repro steps :
- Create a fresh document
nuget install Humanizer.Core- Add
Humanizer.Coreas a dependency to your document - Close and re-open the document menu : Dependencies should now be red
- Try to find
Humanizernodes in the help browser : they don’t show up
Thanks in advance!
edit : eh, that’s weird, the Dependencies menu mentions Humanizer.Core 2.2.0, but my nuget folder only contains Humanizer.Core.2.14.1.
edit 2 : I could indeed find the 2.2.0 version of Humanizer.Core on my system in C:\Users\Blah\.nuget\packages\humanizer.core\2.2.0.

