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
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
The text was updated successfully, but these errors were encountered:
//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.
Sorry, something went wrong.
heng-liu
Successfully merging a pull request may close this issue.
running dotnet list package --outdated on nuget.sln leads to entries like the following:
The text was updated successfully, but these errors were encountered: