Using local NuGet source / repository

Had some problems creating a local nuget repository. This is how I succeeded: Create a local nuget repository / source $ cli nuget add source ~/.mynuget This leads to these changes in the configuration file: ...

October 16, 2022