nuget拉不到包的替代方案

替代方案,使用华为云
https://repo.huaweicloud.com/repository/nuget/v3/index.json
Dockerfile中使用
RUN dotnet restore "Web.Entry.csproj" --source https://repo.huaweicloud.com/repository/nuget/v3/index.json

注意:华为云的包可能比nuget官方包低一两个版本,如果拉取不到某些包,可以降些包的版本

posted @ 2024-07-19 14:51  七星飘虫  阅读(38)  评论(0)    收藏  举报