Join Discord
Powered by
nuget cache? when you install the package on anoth...
# package-development
k
Kevin Jump
04/19/2023, 9:43 AM
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)
Previous
Next