@FaZe-Flick if you already have wine installed, it will be enough to put the following line of code in your terminal
winetricks dotnet48
but if you don't have wine installed, follow these steps:
sudo pacman -S wine winetricks
export WINEPREFIX=$HOME/.wine-dotnet48
export WINEARCH=win64
and finally use:
winetricks dotnet48