thangchung / magazine-website

:mouse: A magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied...
https://github.com/thangchung/magazine-website
178 stars 51 forks source link

Refactor Common into one Lib and publish it into nuget package #8

Open thangchung opened 8 years ago

thangchung commented 8 years ago

At the moment, we have a lot of common libs, but not actually publish for another people to use it. Suggest the name for that lib should be Cik.CoreLibs :100: .

thangchung commented 8 years ago

Reference at https://docs.nuget.org/create/creating-and-publishing-a-package for how to create and upload a libs to nuget server.