

Publish everything as “self-contained” so that everything required to run the app is packaged up with our executable.Build the project to run on Windows 64 bit machines.Publish the project from the current directory.Easy, I just run the following command in my project directory : dotnet publish -r win-圆4 -c Release -self-contained

NET Core installed so I know I need to build a self contained application for him. Say I have a simple “Hello World” console application that I want to send to a friend to run.
