I'm trying to install dotnet40 via winetricks, but I've got the following error:
$ winetricks dotnet45
Executing w_do_call dotnet45
------------------------------------------------------
error: dotnet45 conflicts with dotnet40, which is already installed.
------------------------------------------------------
How do I remove dotnet40 in order to install dotnet45 package?
I'm using wine-2.0.4 on macOS.