Closed davecarpie closed 6 years ago
This seems to be a Paket problem. When I use it directly with the new syntax, the fsproj is still unchanged.
Well, apparently <Import Project="..\..\.paket\Paket.Restore.targets" />
is the only thing added to fsproj files -- https://fsprojects.github.io/Paket/paket-and-dotnet-cli.html
Yes things are not added directly to the fsproj, but at resolve time PackageReferences tags are added in memory.
I still don't seem to be able to build it with 2.1.101 though.
When adding a new package to a project, the reference is not added to the
.fsproj file
This may be because of this line in the outputPlease use the new syntax: 'project' has been replaced by '--project'.
See: https://github.com/ionide/ionide-vscode-paket/blob/master/src/paket.fs#L151