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

Incorrect installed version reported on NuGet Package Manager UI when floating version used #5598

Closed
anangaur opened this issue Jul 13, 2017 · 1 comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue

Comments

@anangaur
Copy link
Member

Repro steps:

  1. Create a PackageReference based project

  2. Specify a floating package version dependency to it. E.g.
    <PackageReference Include="Newtonsoft.Json" Version="10.*" />

  3. NuGet resolves to 10.0.3 the highest that matches the floating range.

Expected: On PM UI, it should show the 10.0.3 installed and should not offer any update.

Actual: It shows 10.0.0 and offers an update:
image

VS version:
image

@emgarten emgarten added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Jul 26, 2017
@emgarten
Copy link
Member

Dupe of #3101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants