0 vote
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>
Hello,
Thanks for reporting. I have assigned this to our engineering department.
Best regards,
Jeff Dagenais