Skip to content
New issue

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

NuGet.org gallery doesn't support packages with minClientVersion = 4.0.0 #5156

Closed
natemcmaster opened this issue May 3, 2017 · 1 comment

Comments

@natemcmaster
Copy link

Repro

  1. Create a package with
<metadata minClientVersion="4.0.0">
  1. Attempt to push package via NuGet.exe or upload on the nuget.org manually.

Error
The push fails with this error

This package requires version '4.0.0' of NuGet, which this gallery does not currently support. Please contact us if you have questions.

@skofman1
Copy link
Contributor

skofman1 commented May 3, 2017

Issue moved to NuGet/NuGetGallery #3866 via ZenHub

@skofman1 skofman1 closed this as completed May 3, 2017
skofman1 pushed a commit to NuGet/NuGetGallery that referenced this issue May 8, 2017
* Support MinClientVersion <= 4.0.0.0

Fixes NuGet/Home#5156

* Update Constants.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants