本文介绍了NuGet - repositories.config的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
NuGet 新手问题-
我看到 repositories.config
被添加到 NuGet 包文件夹中.
谁能指导我这个文件的目的是什么?
NuGet newbie question-
I saw repositories.config
being added in NuGet packages folder.
Can anyone please guide me what is the purpose of this file?
谢谢!
推荐答案
这是一个主要是 NuGet 实现细节的文件,不应直接处理(它可能会消失或将来更改).
It's a file that's mostly a NuGet implementation detail, and should not be dealt with directly (it may go away or change in the future).
但作为参考,它包含指向解决方案中所有packages.config 的路径列表.通常,每个项目都有一个使用 NuGet.
But for reference, it contains a list of paths that point to all the packages.config in the solution. Typically there is one per project that uses NuGet.
这篇关于NuGet - repositories.config的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!