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.
I want to downgrade the highlighted version to 3.1. Is there a way to do so.
Thanks in advance.