简体   繁体   中英

How to downgrade the version of internal nuget package

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.

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

NuGet 数据包管理器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM