Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Creating Executable from .Net Core Application

Tags: net core core
Creating Executable From .Net Core Application

.Net Core applications by default will create .dll executables, in this post we shall see how to explicitly create a .exe using .Net Core, in the next post we will see how to use this .Exe and create a Docker image. 

Let’s start by creating a .Net Core Console App using Visual Studio.


This post first appeared on C# Guide, please read the originial post: here

Share the post

Creating Executable from .Net Core Application

×

Subscribe to C# Guide

Get updates delivered right to your inbox!

Thank you for your subscription

×