William Basics

Keep learning, never ending.

Publish and install the Nuget package with Gitlab Server

Introduction When we do the .NET development, there are four ways to share the code. One is sharing the code directly, which is not a good idea. The second way is adding the projects as references. However, we don’t have the projects to add in many cases. The third way is adding the lib binary. It is working, but the dependency problems are pretty annoying and take lots of effort to figure out.