how to run 'dub upgrade' from within VisualD?

mw mingwu at gmail.com
Tue Sep 8 19:47:11 UTC 2020


On Monday, 24 August 2020 at 21:19:14 UTC, mw wrote:
> Hi,
>
> Just wonder how to run 'dub upgrade' from within VisualD?
>
> on Windows of course.

As a work around, I just delete the proj.sln, and regenerated it:

```
C:\<you_project_dir>\ dub.exe generate visuald
```

then it have the latest package versions.


More information about the Digitalmars-d-learn mailing list