nuget cache? when you install the package on anoth...
# package-development
k
nuget cache? when you install the package on another Umbraco instance is the cache picking up an old version of the package. (the cache is local, you can clear it with
dotnet nuget locals -c all
but that will clean all packages from it)