.net – Nuget包,没有nuget包管理器?

前端之家收集整理的这篇文章主要介绍了.net – Nuget包,没有nuget包管理器?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
除了编译的库之外,nuget包实际上包括哪些?

是否可以下载这些软件包而不使用软件包管理器,并在其他地方使用它们?

谢谢!

解决方法

What does a nuget package actually consist of,apart from the compiled libraries?

Take a look here.基本上它是一个.nupkg扩展名的文件,只不过是一个.zip文件,它包含前面链接和一些xml元数据中解释的结构。

Is it possible to download these packages without using the package manager and use them elsewhere?

当然,只需下载.nupkg文件

原文链接:https://www.f2er.com/aspnet/252205.html

猜你在找的asp.Net相关文章