Building a .NET Core Project

You build a project for a COBOL application that will be deployed to .NET Core in exactly the same way as you build a project for any other COBOL application. Targeting .NET Core does not change the way in which you build your application.

Note: You can also build a .NET Core project using the dotnet build command. See Building a .NET Core Project Using the Command Line for more information.