Chocolatey Package Dependencies To Add

Chocolatey Package Dependencies To Add

0 vote

avatar
sheldonhull
Disabled

Setup new machine and noticed it failed to open app due to .NET 4.7.2 not being installed yet.
Please update the dependencies of your chocolatey package to include the following so this is setup during install if required.
This should simplify new distribution setup.


<code>
<dependencies>
<dependency id="dotnet4.7.2"/>
</dependencies>
</code>

All Comments (1)

avatar

Hello,

Thanks for reporting. I have assigned this to our engineering department.

Best regards,

Jeff Dagenais