Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear friends!

I am new to creating a Nuget packages. Wondering if someone did this before and got a nice tutorial for me.

I want to create a Nuget package from a .csproj (one core and one api) I'm working in a git cloud so I want to make a new git repository with this 2 projects. Wondering if i can make one packages of it or do I need to split this in 2 packages (core and api).

hope you guys have some usefull information for me!

Thanks!
Posted

1 solution

If they are dependent on each other, you might club them in one package.
Please refer the below links to create the NuGet packages from .csproj :
https://docs.nuget.org/create/creating-and-publishing-a-package[^]
http://markswanderingthoughts.nl/post/38702481444/creating-a-nuget-package-using-your-csproj[^]

-KR
 
Share this answer
 
Comments
Wessel Beulink 12-Oct-15 5:33am    
Thanks! Didn't public it in nuget but local server. Anyhow it worked!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900