Skip to content

Reviewing the package manager NuGET and how to use it in C#

Notifications You must be signed in to change notification settings

RoboticInsomnia/Learning-about-NuGet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning NuGet

www.nuget.org

NuGet package is a single ZIP file with the .nupkg extension that contains compiled code (DLLs), other files related to that code and a descriptive manifest that includes info like the following: package version and number.

You can find the 100K unique packages at nuget.org.

Packages are provided by millions of .NET/.NET Core developers daily.

About

Reviewing the package manager NuGET and how to use it in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages