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
Repro steps:
Create a PackageReference based project
Specify a floating package version dependency to it. E.g. <PackageReference Include="Newtonsoft.Json" Version="10.*" />
<PackageReference Include="Newtonsoft.Json" Version="10.*" />
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:
VS version:
The text was updated successfully, but these errors were encountered:
Dupe of #3101
Sorry, something went wrong.
No branches or pull requests
Repro steps:
Create a PackageReference based project
Specify a floating package version dependency to it. E.g.
<PackageReference Include="Newtonsoft.Json" Version="10.*" />
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:
VS version:
The text was updated successfully, but these errors were encountered: