ui
ui copied to clipboard
Task does not have property "ContentFiles"
/Users/h/dev/suave/suave/packages/WebSharper/build/WebSharper.targets: Error: Error executing task WebSharperTask: Task does not have property "ContentFiles" defined (WebSharper)
When upgrading (paket update) and building Suave with latest releases.
I just tried doing a paket update on suave on the parent commit to the one mentioned above, and the resulting project was building correctly. Are you doing this while the project is opened in an IDE? If so, my guess is that the old WebSharper.MSBuild.dll was still being loaded by the IDE, so closing and reopening the IDE should fix the issue.
Closing for inactivity, please reopen if needed.