Cannot change dependency version from default of lowest. #11882
FaustoNascimento
started this conversation in
General
Replies: 1 comment
-
In PackageReference, only 1 algorithm is available: #5553 covers the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Visual Studio 2022 17.2.3, trying to install
protobuf-net.Grpc
, which lists the following dependencies (among others):Grpc.Core.Api >= 2.36.1
protobuf-net >= 2.4.6
Grpc.Core.Api
's current version is 2.46.3 and the current version forprotobuf-net
is 3.1.4.I would like the latest dependencies to be installed, not the default of lowest version.
Using
Install-Package protobuf-net.Grpc -DependencyVersion Highest
doesn't do anything at all. I've made sure that myDefault package management format
is set toPackages.config
in Visual Studio 2022 and I've also tried modifying the%appdata%\NuGet\NuGet.Config
file, currently it reads as follows:Yet no matter what I try NuGet always downloads the lowest version dependencies, how do I change this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions