选择依赖管理工具Nuget
准备工作
使用前请确保您已安装DotNet和NuGet。
使用说明
Nuget的配置文件为用户根目录下的:C:Users<UserName>AppDataRoamingNuGetNuGet.Config,您可以点击此处直接下载配置文件。
您也可以打开终端执行如下命令:
nuget sources Disable-Name"nuget.org" nuget sources add-Name"huaweicloud"-Source"https://repo.huaweicloud.com/repository/nuget/v3/index.json"
相关网址
Nuget官方地址:https://www.nuget.org
Nuget文档地址:https://docs.microsoft.com/en-us/nuget/what-is-nuget
DotNet文档地址:https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet?tabs=netcore2x