-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[main] Update dependencies from nuget/nuget.client #49242
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
Conversation
…6.15.0.77 Microsoft.Build.NuGetSdkResolver , NuGet.Build.Tasks , NuGet.Build.Tasks.Console , NuGet.Build.Tasks.Pack , NuGet.CommandLine.XPlat , NuGet.Commands , NuGet.Common , NuGet.Configuration , NuGet.Credentials , NuGet.DependencyResolver.Core , NuGet.Frameworks , NuGet.LibraryModel , NuGet.Localization , NuGet.Packaging , NuGet.ProjectModel , NuGet.Protocol , NuGet.Versioning From Version 6.15.0-preview.1.70 -> To Version 6.15.0-preview.1.77
…6.15.0.78 Microsoft.Build.NuGetSdkResolver , NuGet.Build.Tasks , NuGet.Build.Tasks.Console , NuGet.Build.Tasks.Pack , NuGet.CommandLine.XPlat , NuGet.Commands , NuGet.Common , NuGet.Configuration , NuGet.Credentials , NuGet.DependencyResolver.Core , NuGet.Frameworks , NuGet.LibraryModel , NuGet.Localization , NuGet.Packaging , NuGet.ProjectModel , NuGet.Protocol , NuGet.Versioning From Version 6.15.0-preview.1.70 -> To Version 6.15.0-preview.1.78
…fdd07c8-a19b-4a2f-97c3-11cae5af91fc
@nkolev92 Seems like this new nuget.client version introduces test failures for some of the |
The tests are failing with NU1015. Basically the PackageReference is missing a version. This was an intentional breaking change, NuGet/NuGet.Client@3a9fe1b. cc @zivkan Can we update the tests to include a version? |
cc @Nigusu-Allehu who is our hotseat |
I had a look at two or three of the tests that were using test assets with a PackageRef without a version. Those tests had no reason to use a PackageRef without a version, so I modified the test asset to include a version. I don't know if there are other tests using the same test asset where no version makes sense, but all the tests are passing now. |
This pull request updates the following dependencies
From https://github.com/nuget/nuget.client