Adding the Enterprise Developer NuGet Packages

Important: You only need to perform this step if you are using a UNIX or Linux platform.

Before you start to work with COBOL applications that are to be run on .NET you need to add a number of NuGet packages that are supplied with Enterprise Developer so they are available for you to use.

To do this you use the following command:

dotnet nuget add source -n "Micro Focus Offline Packages" "/opt/microfocus/EnterpriseDeveloper"

where /opt/microfocus/EnterpriseDeveloper is the default installation folder for Enterprise Developer, so if you installed Enterprise Developer into a non-default location you need to specify that location in this command instead.