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

dotnet list package on a solution outputs duplicate entries for framework #7607

Closed
rohit21agrawal opened this issue Dec 7, 2018 · 1 comment · Fixed by NuGet/NuGet.Client#2690
Assignees
Milestone

Comments

@rohit21agrawal
Copy link
Contributor

running dotnet list package --outdated on nuget.sln leads to entries like the following:

Project `Microsoft.Build.NuGetSdkResolver.Test` has the following updates to its packages
   [netcoreapp1.0]:
   Top-level Package                Requested   Resolved   Latest
   > FluentAssertions               4.19.4      4.19.4     5.5.3
   > Microsoft.Build.Framework      15.6.85     15.6.85    15.9.20
   > Microsoft.NET.Test.Sdk         15.5.0      15.5.0     15.9.0
   > Moq                            4.7.145     4.7.145    4.10.1
   > xunit                          2.3.1       2.3.1      2.4.1
   > xunit.runner.visualstudio      2.3.1       2.3.1      2.4.1

   [netcoreapp1.0]:
   Top-level Package                Requested   Resolved   Latest
   > FluentAssertions               4.19.4      4.19.4     5.5.3
   > Microsoft.Build.Framework      15.6.85     15.6.85    15.9.20
   > Microsoft.NET.Test.Sdk         15.5.0      15.5.0     15.9.0
   > Moq                            4.7.145     4.7.145    4.10.1
   > xunit                          2.3.1       2.3.1      2.4.1
   > xunit.runner.visualstudio      2.3.1       2.3.1      2.4.1

   [net46]:
   Top-level Package                Requested   Resolved   Latest
   > FluentAssertions               4.19.4      4.19.4     5.5.3
   > Microsoft.Build.Framework      15.6.85     15.6.85    15.9.20
   > Microsoft.NET.Test.Sdk         15.5.0      15.5.0     15.9.0
   > Moq                            4.7.145     4.7.145    4.10.1
   > xunit                          2.3.1       2.3.1      2.4.1
   > xunit.runner.visualstudio      2.3.1       2.3.1      2.4.1

   [net46]:
   Top-level Package                Requested   Resolved   Latest
   > FluentAssertions               4.19.4      4.19.4     5.5.3
   > Microsoft.Build.Framework      15.6.85     15.6.85    15.9.20
   > Microsoft.NET.Test.Sdk         15.5.0      15.5.0     15.9.0
   > Moq                            4.7.145     4.7.145    4.10.1
   > xunit                          2.3.1       2.3.1      2.4.1
   > xunit.runner.visualstudio      2.3.1       2.3.1      2.4.1
@nkolev92
Copy link
Member

nkolev92 commented Dec 7, 2018

//cc @zivkan I don't know if you had seen any issues like this when working on the tests.

Edit: Actually I think these are tfm/rid combos. Feedback at some point was to not pivot on rids, so probably when the bug sneaked in.

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

Successfully merging a pull request may close this issue.

4 participants