Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ASP.NET 应用程序,它使用了一堆第三方库,如 YUI、NLog 等。
我想在我的应用程序中包含所有这些第三方库的 license(readme) txt 文件。
我想知道是否有执行此操作的标准方法,或者其他人(您)如何在他们的项目中执行此操作。
任何帮助和建议将不胜感激。
我将许可证文件与它们附带的.dlls文件和其他文件一起保存。
.dlls
由于我不喜欢提交该/bin文件夹(这是第三方.dlls通常结束的位置),我将它们保存在一个文件夹中,该文件夹在构建过程dependencies中被复制到。/bin
/bin
dependencies