winetricks
winetricks copied to clipboard
winetricks dotnetdesktop8 not work please solve
winetricks dotnetdesktop8 not work please solve
solve issues
https://github.com/Winetricks/winetricks/issues/2178
require emergengie update for all linux distribution
for add support netframework 8.0 support
update include all version of net 7 and net 8
it is necessary for net framework 7 and 8
to make available all versions
because when a program requests version 7.0.10
7.0.0 or 7.0.15 does not work
please rapid update on this git for add update work for all with
sudo winetricks --self-update
This PR needs work:
- You have 5 commits just called 'Update winetricks', commits should specify exactly what they do, e.g.,
dotnet715: new verb - I don't love having to add several .net versions, but having dealt with this recently at my day job, I'm aware that it's not as backwards compatible as expected. That said, the generic
dotnet7shouldn't hardcode a version, but instead call the latest version (i.e., add dotnet715, then have dotnet7 call dotnet715). - Please break the commits into smaller changes, following the above guidelines.