winetricks icon indicating copy to clipboard operation
winetricks copied to clipboard

winetricks dotnetdesktop8 not work please solve

Open amidevous opened this issue 1 year ago • 2 comments

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

amidevous avatar Jan 26 '24 14:01 amidevous

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

amidevous avatar Jan 28 '24 16:01 amidevous

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 dotnet7 shouldn'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.

austin987 avatar Feb 07 '24 20:02 austin987