简体   繁体   English

如何降级内部版本 nuget package

[英]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 )我正在做一个 Azure function 项目,其中 nuget 包的版本要求在 3.1 以内(Azure function nuget 883731838421 的原因在这里应该是版本 5)

So I want to downgrade few versions of internal nuget package.所以我想降级内部 nuget package 的几个版本。

在此处输入图像描述

I want to downgrade the highlighted version to 3.1.我想将突出显示的版本降级到 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 数据包管理器下载您想要使用的版本。

NuGet 数据包管理器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将用户降级为只读? - How to downgrade user to read only? AWS Lambda 发布 - 错误 NU1605:检测到 package 降级 - AWS Lambda Publish - error NU1605: Detected package downgrade NuGet package 用于 ASP.NET Core 5 MVC - NuGet package for ASP.NET Core 5 MVC 如何在 GitLab CI/CD 上碰撞 package.json 版本的项目? - How to bump package.json version of project on GitLab CI/CD? AWS Typescript CDK: Lambda 版本内部故障 - AWS Typescript CDK: Lambda Version Internal Failure Telerik Nuget package 在 Azure 中恢复构建管道失败 - Telerik Nuget package restore in Azure build pipeline fails 从 yaml 管道向组织提要发布 NuGet package - Publishing a NuGet package to an organization feed from yaml pipeline C# NuGet package 错误在 Azure DevOps with image - C# NuGet package error in Azure DevOps with image 哪个更可取? 尝试降级 Ubuntu 版本的 EC2 服务器或完全创建一个新实例? - Which is more preferable? Try to downgrade Ubuntu version of an EC2 server or create a new instance altogether? 如何降级 GKE master 并退出 Rapid 通道 - How can I downgrade GKE master and exit Rapid channel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM