We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2019
Sometimes NuGet restores my package to this folder structure :
\packages\roundhouse.1.1.0\roundhouse.1.1.0.nupkg
but sometimes to this folder structure :
\packages\roundhouse\1.1.0\roundhouse.1.1.0.nupkg
Notice the slight difference.
I can't find any config setting that controls which folder-structure is used.
Does anyone know ?
Could this be related to how the roundhouse package is created ?
The text was updated successfully, but these errors were encountered:
This changed some time in NuGet history (depending on the NuGet version), I think.
If you need to know the exact location, I would recommend specifying a specific location when running nuget restore or install.
https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-nuget-cli#install-a-package
Sorry, something went wrong.
No branches or pull requests
Visual Studio 2019
Sometimes NuGet restores my package to this folder structure :
\packages\roundhouse.1.1.0\roundhouse.1.1.0.nupkg
but sometimes to this folder structure :
\packages\roundhouse\1.1.0\roundhouse.1.1.0.nupkg
Notice the slight difference.
I can't find any config setting that controls which folder-structure is used.
Does anyone know ?
Could this be related to how the roundhouse package is created ?
The text was updated successfully, but these errors were encountered: