0

I am working on a Azure function project, where the version of the nuget packages requires to be within 3.1 (The reason why Azure function nuget package should be within 5.0 version is here)

So I want to downgrade few versions of internal nuget package.

enter image description here

I want to downgrade the highlighted version to 3.1. Is there a way to do so.

Thanks in advance.

Deepak paramesh
  • 495
  • 1
  • 8
  • 19

1 Answers1

0

You can try to remove the version you highlighted and download the version that you want to use from Nuget Packet Manager.

NuGet Packet Manager

Alfe
  • 124
  • 7