我应该通过 NuGet 共享项目还是只发送 zip 文件?

发布于 2024-12-08 02:32:18 字数 238 浏览 0 评论 0原文

我正在开发一个项目(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖兔^ω^ 2024-12-15 02:32:18

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文