Visual Studio 2022在哪里存储Nupkg-Files
我使用Visual Studio2022。在那里我已经看到,它将Nuget-packages-Reference存储在CSPROJ-File中作为PackageReference。 现在,我正在寻找Nupkg-Files。它们在2022年Visual Studio中存储在哪里?我没有找到他们。
I use Visual Studio 2022. There I have seen, that it stores the NuGet-Packages-Reference in the csproj-File as PackageReference.
Now I am searching for the nupkg-files. Where are they stored in Visual Studio 2022? I didn't find them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有几个位置存储和/或解压缩的Nuget文件。您可以通过以下命令获得它们:
对我来说,这返回:
There are several locations where the nuget files are stored and/or decompressed. You get them with the following command:
For me, this returns:
该文档可能对您有用:
nuget.config参考
This document might be useful to you:
nuget.config reference