-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[main] Update dependencies from nuget/nuget.client #49743
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
base: main
Are you sure you want to change the base?
[main] Update dependencies from nuget/nuget.client #49743
Conversation
…7.0.0.31 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 7.0.0-preview.1.28 -> To Version 7.0.0-preview.1.31
…7.0.0.36 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 7.0.0-preview.1.28 -> To Version 7.0.0-preview.1.36
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…7.0.0.37 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 7.0.0-preview.1.28 -> To Version 7.0.0-preview.1.37
Test case Packing_a_netcoreapp_2_0_DotnetCliTool_app_includes_the_implicit_dependency() fails due to the following method does not modify the
Main branch: ![]() This PR: ![]() So the test case will return an empty array at PackAndGetDependencies() method. sdk/test/Microsoft.NET.Pack.Tests/GivenThatThereAreImplicitPackageReferences.cs Lines 271 to 284 in 806e650
|
…24d2701-0e73-4e18-807f-03f48c21d676
…7.0.0.46 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 7.0.0-preview.1.28 -> To Version 7.0.0-preview.1.46
Thanks for the connection to this @jjonescz - I think this needs to be merged into the VMR codeflow PR in order for either of them to succeed. |
I've merged changes from this PR into #49740. |
This is expected with the new pruning feature. A direct package that can be pruned will be excluded out of the generated package. I don't imagine the package needs to be referencing netcoreapp package is it? So either adjust the expectation or just set |
This pull request updates the following dependencies
From https://github.com/nuget/nuget.client