Open
Description
I have forced redirects for a few annoying assemblies:
nuget FSharp.Core 4.1.0 redirects:force
nuget Newtonsoft.Json 9.0.1 redirects:force
This is the diff of my app.config after running update:
This is the diff of the same file, after running install (without changing anything else):
Combined, they are a no-op.
Note that this also happens on the first install after changing anything in paket.dependencies. The first install will then update the lockfile and remove all bindings. The second install will re-add the bindings.
Known workarounds
run install again after update
Version
Paket version 4.4.0