# Publishing Nuget in GitHub Packages


Hi everyone, in today's post we will talk about how to create Nuget packages
(C#) and publish to GitHub packages using GitHub Actions. Base Knowledge For a
complete understanding of the subject, it's advisable to understand the concepts
of Nuget and GitHub Packages and to help you with this, I have left two useful
links below. What is Nuget? Introduction to GitHub Packages Implementing .NET /
Nuget Package The first step is to create a new project in .NET, you can use
your favorite IDE to do this. This project should be a simple class library as
it is just

[Read Full Article](https://dev.to/reniciuspagotto/publishing-nuget-in-github-packages-399l)

