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

DependencyVersion Highest is broken #1196

Closed
SimonCropp opened this issue Aug 17, 2015 · 1 comment
Closed

DependencyVersion Highest is broken #1196

SimonCropp opened this issue Aug 17, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@SimonCropp
Copy link

Re this https://docs.nuget.org/release-notes/nuget-2.8#dependencyversion-attribute

If that setting worked it would mitigate it. Unfortunately i have never gotten that to work
My config C:\Users\simon\AppData\Roaming\NuGet\NuGet.Config

has had this for ages

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <config>
    <add key="DependencyVersion" value="Highest" />
  </config>

and from my nuget "dialog"

2015-08-17 15_36_59-photos

so clearly this is not true

This value will also be respected by the NuGet Package Manager Dialog for any install package operations.

Also can this setting please be documented and not "just in the release notes"

@SimonCropp SimonCropp changed the title DependencyVersion Highest DependencyVersion Highest is broken Aug 17, 2015
@yishaigalatzer yishaigalatzer added this to the 3.3.0-Beta milestone Aug 17, 2015
@zhili1208
Copy link
Contributor

checked this, the behavior respect the config setting but Nuget doesn't show the setting value on UI.

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

No branches or pull requests

3 participants