I have seen that dotnet471 is available as a Slim exe on this website. Do you plan an update in winetricks to support its install within wine ?
As I have no problem installing it in a 32 bit wine prefix which sports .NET 4.6.2 (dotnet462) installed by the latest git of winetricks.
$ env WINEPREFIX="/home/ubuntu-xenial/pascal/.wine32" wine start /unix dotNetFx471_Full_x86_x64_Slim.exe
I don't have any immediate plans. It would help if someone pointed to an app that needs 4.7.1 (and/or sends a PR).
@austin987 one software example is Logos: https://www.logos.com/basic The bootstrap installer there doesn't work in wine due to it using the BITSAdmin.exe Windows Update process (?? I think I understand this correctly ??) but after I did a test install to a Virtual W7 32bit system the installer can be extracted from AppData\Local\Logos\Install\Installers and used directly in wine to attempt the install. DotNet 4.7.1 is a requirement.
This is necessary for running programs written based on dotnet 4.7.1
Paint.net also needs 4.7.1
There is work being done on dotnet472 that would meet the needs of dotnet471 applications. See #1062
There is a patch for 4.7.1 available here: https://github.com/Tk-Glitch/PKGBUILDS/blob/master/winetricks-tkg-git/dotnet471.patch
Haven't tested it myself, but I remember hearing that it works on the DXVK Discord.