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.
目前我有一个项目,其中包含根据不同版本号放置在文件夹中的 nuget 包
示例包/EntityFramework.4.1.10331.0/..
有没有办法更新软件包并重命名文件夹以排除版本号,即上面我们有 packages/EntityFramework/
是http://docs.nuget.org/docs/reference/command-line-reference
ExcludeVersion 如果设置,目标文件夹将只包含包名,不包含版本号
目前,NuGet 不支持安装没有版本号的包。有一个工作项在这里跟踪:问题 #1522。请评论/投票以提高优先级。
帮助解决许多相关方案的一种方法是启用NuGet 包还原。