我应该通过 NuGet 共享项目还是只发送 zip 文件?
我正在开发一个项目(ASP.NET MVC),一位客户(也是开发人员)问我是否可以向他发送该项目的 zip 文件。我很好奇我是否可以利用 NuGet 来做到这一点?我知道它用于添加开放软件使用的项目,但是私人共享怎么样?我可以创建一个 NuGet 包并将其发送给他吗?
或者,既然我想分享整个解决方案,那么压缩文件夹并将其发送给他会更容易吗?
I'm working on a project(ASP.NET MVC) and a client(who is also a developer) asked me if I can send him a zip file of the project. I'm curious if I can utilize NuGet to do that? I know it is used to add projects for open software use but how about private sharing? Can I create a NuGet package and send it to him?
Or, since I want to share the entire solution, would it be just easier to zip the folder and send it to him?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Nuget.org 用于托管库,而不是项目
我们将 库 命名为需要添加到我们的外部 DLL(也称为程序集)项目,与Java世界中的
.jar
相同。Nuget.org is used to host Libraries, not Projects
We name Library to external DLL's (also called Assemblies) that we need to add to our project, the same as
.jar
's are in Java World.