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 Visual Studio UI shows floating versions incorrectly #3101

Closed
joelverhagen opened this issue Jul 8, 2016 · 2 comments
Closed

NuGet Visual Studio UI shows floating versions incorrectly #3101

joelverhagen opened this issue Jul 8, 2016 · 2 comments
Labels
Functionality:VisualStudioUI Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client Type:Bug
Milestone

Comments

@joelverhagen
Copy link
Member

For a .csproj + project.json project, floating versions are not displayed properly. For example, try this project.json:

{
  "dependencies": {
    "Newtonsoft.Json": "7.0.1-*"
  },
  "frameworks": {
    "net461": {}
  },
  "runtimes": {
    "win": {}
  }
}

The UI does 7.0.1--, not 7.0.1-*.

image

@emgarten
Copy link
Member

To match packages.config this would show the actual resolved version from project.lock.json. Having the range string verbatim from project.json would be great also. The UI was designed for packages.config and just needs support for the new concepts.

@nkolev92
Copy link
Member

Consolidating this into #3788.

I get that this is older but that issue is more popular and there's no benefit to keeping both issues open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:VisualStudioUI Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client Type:Bug
Projects
None yet
Development

No branches or pull requests

5 participants