79260966

Date: 2024-12-07 16:42:14
Score: 2
Natty:
Report link

After following @sir Rufo suggestion by using "dotnet publish" for single file deployment, I started a comprehensive search and came across the solution below. I tried it and it worked perfectly!!! :)

-In the solution explorer of your project, you need to edit the ".csproj" file by adding the following

true true none win-x64 true

-Once that is added, you need to run "dotnet publish -c Release -o publish" -Rebuild the project, then you will notice a folder called "publish" in your project directory

*Thank you all so very much for trying to help, I'm glad I have folks like you in my life. I hope the solution above can benefit others!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @sir
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sammie