Create nuget package with multiple DLLs

后端 未结 8 1728
忘了有多久
忘了有多久 2020-12-25 09:58

Let\'s say I have a project with this structure:

MyLibrary\\
  MyLibrary.sln
  MyLibrary.Core\\
    MyLibrary.Core.csproj
  MyLibrary.Extensions\\
    MyLibr         


        
8条回答
  •  再見小時候
    2020-12-25 10:40

    Have you tried NuGet Package Explorer? Might be the easiest way:

    http://nuget.codeplex.com/releases/view/59864

提交回复
热议问题