2022年5月26日:用C#生成.NET应用程序--创建新的.
使用 NuGet 注册表中的依赖项可以更快地开发 .NET 应用程序。 了解如何管理项目的依赖
简介 在.NET项目中添加包.NET 附带许多核心库,可处理从文件管理到 HTTP 再到压缩文件各种任务。
确定是否需要包获取更好的代码。
节省时间。
维护。
评估包大小。
许可。
主动维护。
安装包使用内置的.NET Core CLI安装包。典型的安装命令如下所示dot add package
可以使用NuGet.中的全局注册表查找 并下载其应用所需的包。
注册表。
文件。
NuGet注册表和dot工具包 .NET命令包管理依赖项。
创建和发布包。
如何 安装包使用 dot add package
安装的包在 .csproj 文件的 dependencies 部分中列出。 如果需要查看文件夹中的包,可以输入 dot list package。
还原依赖项 清理依赖项 安装包安装 Humanizer,编写几个数据操作,然后运行这些操作来查看Humanizer是否兑现了其承诺。
Windos PoerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PoerShell for ne features and improvements! https://aka.ms/PSWindos PS C:indossystem32> dot --list-sdks 6.0.203 [C:Program Filesdotsdk] 6.0.300 [C:Program Filesdotsdk] PS C:indossystem32>
确保列出了以6开头的版本。
创建示例.NET项目为了设置 .NET 项目来处理依赖项,我们将使用 Visual Studio Code。
1、在 Visual Studio Code 中,选择“File”>“Open Folder”。
2、在选择的位置中创建名为 DotNetDependencies 的新文件夹,然后选择“选择文件夹”。
3、从主菜单中选择“Vie”>“Terminal”,以便从 Visual Studio Code 中打开集成终端。
4、在终端窗口中
dot ne console -f 6.0
此命令会在文件夹中创建一个 Program.cs 文件(内附已编写的基本“Hello World”程序),还将创建一个名为 DotNetDependencies.csproj 的 C# 项目文件。
可以访问以下文件。
在终端窗口中,输入命令行来运行“Hello World”程序。
设置Visual Studio Code以进行.NET调试Visual Studio Code安装C#扩展
使用.NET Core工具添加NuGet包1、打开 Program.cs。
2、通过运行以下命令安装Humanizer库。
dot add package Humanizer --version 2.7.9
Windos PoerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PoerShell for ne features and improvements! https://aka.ms/PSWindos PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies> dot add package Humanizer --version 2.7.9 正在确定要还原的项目… Writing C:Usersa-xiaobodouAppDataLocalTemptmpD6AD.tmp info : 正在将包“Humanizer”的 PackageReference 添加到项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”。 info : 正在还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj 的包... info : GET https://api.nuget./v3-flatcontainer/humanizer/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer/index.json 1318 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer/2.7.9/humanizer.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer/2.7.9/humanizer.2.7.9.nupkg 1017 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.af/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ar/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bg/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.cs/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.da/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.de/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.el/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.es/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fa/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.he/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hu/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.id/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.it/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ja/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.lv/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.mt/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pl/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.af/index.json 342 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pt/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bg/index.json 574 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ar/index.json 594 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ro/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ru/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sk/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bg/2.7.9/humanizer.core.bg.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/index.json 919 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.da/index.json 892 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.cs/index.json 904 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.he/index.json 805 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fa/index.json 972 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ar/2.7.9/humanizer.core.ar.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.af/2.7.9/humanizer.core.af.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.el/index.json 1025 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.de/index.json 1079 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/2.7.9/humanizer.core.bn-bd.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.es/index.json 1078 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.da/2.7.9/humanizer.core.da.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/index.json 1027 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sv/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.tr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uk/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fa/2.7.9/humanizer.core.fa.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.he/2.7.9/humanizer.core.he.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/index.json 1173 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr/index.json 1159 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.cs/2.7.9/humanizer.core.cs.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/2.7.9/humanizer.core.fr-be.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.vi/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.id/index.json 1134 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.es/2.7.9/humanizer.core.es.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.el/2.7.9/humanizer.core.el.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/2.7.9/humanizer.core.fi-fi.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.de/2.7.9/humanizer.core.de.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hr/index.json 1177 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.id/2.7.9/humanizer.core.id.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hu/index.json 1175 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.it/index.json 1132 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ja/index.json 1122 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr/2.7.9/humanizer.core.fr.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hr/2.7.9/humanizer.core.hr.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.mt/index.json 1160 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.lv/index.json 1263 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ja/2.7.9/humanizer.core.ja.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb/index.json 1157 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/index.json 1206 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pt/index.json 961 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.it/2.7.9/humanizer.core.it.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ro/index.json 788 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nl/index.json 1243 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hu/2.7.9/humanizer.core.hu.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/index.json 1315 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.mt/2.7.9/humanizer.core.mt.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pl/index.json 1284 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb/2.7.9/humanizer.core.nb.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ru/index.json 929 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.lv/2.7.9/humanizer.core.lv.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr/index.json 653 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ro/2.7.9/humanizer.core.ro.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sk/index.json 773 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pt/2.7.9/humanizer.core.pt.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/index.json 586 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nl/2.7.9/humanizer.core.nl.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sl/index.json 690 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/2.7.9/humanizer.core.nb-no.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ru/2.7.9/humanizer.core.ru.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/2.7.9/humanizer.core.ms-my.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/2.7.9/humanizer.core.sr-latn.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.tr/index.json 539 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pl/2.7.9/humanizer.core.pl.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/index.json 529 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ar/2.7.9/humanizer.core.ar.2.7.9.nupkg 706 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sv/index.json 561 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr/2.7.9/humanizer.core.sr.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bg/2.7.9/humanizer.core.bg.2.7.9.nupkg 840 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/2.7.9/humanizer.core.bn-bd.2.7.9.nupkg 709 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.da/2.7.9/humanizer.core.da.2.7.9.nupkg 739 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.af/2.7.9/humanizer.core.af.2.7.9.nupkg 749 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sk/2.7.9/humanizer.core.sk.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uk/index.json 679 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fa/2.7.9/humanizer.core.fa.2.7.9.nupkg 671 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.vi/index.json 623 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.tr/2.7.9/humanizer.core.tr.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/index.json 740 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sv/2.7.9/humanizer.core.sv.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.he/2.7.9/humanizer.core.he.2.7.9.nupkg 777 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/2.7.9/humanizer.core.fr-be.2.7.9.nupkg 718 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sl/2.7.9/humanizer.core.sl.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.cs/2.7.9/humanizer.core.cs.2.7.9.nupkg 789 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.es/2.7.9/humanizer.core.es.2.7.9.nupkg 747 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/2.7.9/humanizer.core.uz-cyrl-uz.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/2.7.9/humanizer.core.fi-fi.2.7.9.nupkg 744 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.el/2.7.9/humanizer.core.el.2.7.9.nupkg 754 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-/index.json 699 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/index.json 680 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.id/2.7.9/humanizer.core.id.2.7.9.nupkg 762 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uk/2.7.9/humanizer.core.uk.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.de/2.7.9/humanizer.core.de.2.7.9.nupkg 809 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/index.json 737 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.vi/2.7.9/humanizer.core.vi.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr/2.7.9/humanizer.core.fr.2.7.9.nupkg 767 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.it/2.7.9/humanizer.core.it.2.7.9.nupkg 651 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ja/2.7.9/humanizer.core.ja.2.7.9.nupkg 701 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.mt/2.7.9/humanizer.core.mt.2.7.9.nupkg 626 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hu/2.7.9/humanizer.core.hu.2.7.9.nupkg 668 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hr/2.7.9/humanizer.core.hr.2.7.9.nupkg 808 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb/2.7.9/humanizer.core.nb.2.7.9.nupkg 615 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/2.7.9/humanizer.core.uz-latn-uz.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/2.7.9/humanizer.core.zh-hans.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/2.7.9/humanizer.core.zh-hant.2.7.9.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-/2.7.9/humanizer.core.zh-.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/2.7.9/humanizer.core.nb-no.2.7.9.nupkg 582 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ro/2.7.9/humanizer.core.ro.2.7.9.nupkg 668 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nl/2.7.9/humanizer.core.nl.2.7.9.nupkg 662 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pl/2.7.9/humanizer.core.pl.2.7.9.nupkg 626 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ru/2.7.9/humanizer.core.ru.2.7.9.nupkg 640 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/2.7.9/humanizer.core.ms-my.2.7.9.nupkg 641 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pt/2.7.9/humanizer.core.pt.2.7.9.nupkg 710 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.lv/2.7.9/humanizer.core.lv.2.7.9.nupkg 742 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/2.7.9/humanizer.core.sr-latn.2.7.9.nupkg 654 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core/index.json 432 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core/2.7.9/humanizer.core.2.7.9.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sk/2.7.9/humanizer.core.sk.2.7.9.nupkg 560 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sl/2.7.9/humanizer.core.sl.2.7.9.nupkg 485 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/2.7.9/humanizer.core.uz-cyrl-uz.2.7.9.nupkg 437 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr/2.7.9/humanizer.core.sr.2.7.9.nupkg 705 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sv/2.7.9/humanizer.core.sv.2.7.9.nupkg 519 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.tr/2.7.9/humanizer.core.tr.2.7.9.nupkg 559 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uk/2.7.9/humanizer.core.uk.2.7.9.nupkg 418 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/2.7.9/humanizer.core.zh-hant.2.7.9.nupkg 307 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.vi/2.7.9/humanizer.core.vi.2.7.9.nupkg 477 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-/2.7.9/humanizer.core.zh-.2.7.9.nupkg 399 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/2.7.9/humanizer.core.zh-hans.2.7.9.nupkg 438 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/2.7.9/humanizer.core.uz-latn-uz.2.7.9.nupkg 492 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core/2.7.9/humanizer.core.2.7.9.nupkg 690 毫秒 info : 已通过内容哈希 Ogs+d48nUr5yeFy6S7LxilKcuD4u8lmJx4ahbGZiDkQD7ARcTRKEbkcB6bFf8k87W80BVkNkMSQEVUP1rbGZg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-CN 2.7.9 。 info : 已通过内容哈希 I1zelHgyJDZ2iTCHEmWrCa+PyFPEWDaYxPMpqPZlgL2EvBHyJRy0eJFYHHg+YAxcEVgfsvzr8snhn/IDzrA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-Hant 2.7.9 。 info : 已通过内容哈希 Eqd7xYf9WyAG5JA/Gz+vI8BWbZH88f/3D4QymqPzv1MD8VfZ+nFfg4xamGhXvqihRHmWShLiQx+eVoD5Vg6DNA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-Hans 2.7.9 。 info : 已通过内容哈希 dUlWOhqMz2y/uALmLIfey8pvV3tLdDyMfVZnPPqt9pNfihtnJWzojRCmf1+oMJ5O7uEmpxE1c5HafIQLd1fcQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ro 2.7.9 。 info : 已通过内容哈希 7NWBpe6YeZ6G1NVT2mgB4RdZn9g9zbUtssae47TFuSUxCFE8SdSiiXu6QG+tjuaa15B833HnqKMJejlNxcA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.af 2.7.9 。 info : 已通过内容哈希 kpRp7agDo5WaMSGBHgybQaQUhUy2EPe7p6KoIe020xF3TCcKMPfVmIcm6m4sVdXjaIWfkWhkPBmVKNfcmovg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.bg 2.7.9 。 info : 已通过内容哈希 CvBPqAgYcvRCDgtHi9pUdPpZqWGyqfJe02qDugMCy4/xia+q0xm/xxqTO55aZkJapdgqrvHb0I5u+sHLzovp+Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core 2.7.9 。 info : 已通过内容哈希 2SrkqJ26oxPW8Zc5lHXJX7nftouDnhFbMpDIYdkb5itNSJzPxl3AkXLHlh5WyfauH7r/p29WHBlik4A4Skq+A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ar 2.7.9 。 info : 已通过内容哈希 IWMLmibmotgv13Jz0pA5ZrS4pczuq3SE2BBOmWnZNBeypUJCM82Gu1LrfjFy5ZxIPGPVzlvHt0ejo2WrbQV== 从 https://api.nuget./v3/index.json 安装 Humanizer 2.7.9 。 info : 已通过内容哈希 h5oChbNlv+qgUBOMf36u5cQMhXAKPbRh2cRXC2sgB267nDhtKz0531hRrWY0FlsjYATK92s6KmJtq8eoLmoJu== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.bn-BD 2.7.9 。 info : 已通过内容哈希 M5/hzNDPJD/Op5S30LqBukj8WmxA8U0XJIK9BEpYOyuuegsp8W4RaCvj79BNWWkjayBjDjHmq1f4E2UvtCgg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.pt 2.7.9 。 info : 已通过内容哈希 afdXXIkcKuhSxToZv3BiFj9pjPV+Wn/bbQhJHDKUBPecJRM63/fRhP+O6XhSBp4nzfAu9qgOUopzSk4yAbGVxg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.cs 2.7.9 。 info : 已通过内容哈希 H7Okf6sb8KCxq1mfGddgzeM/X9u1VZ5eQhL4NyqP7AsxllUVEittCHkdZpOKq1ZgdKIC/YCmLEF3KbDAm6PiQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.da 2.7.9 。 info : 已通过内容哈希 8GHFG4vjHrkJauZxfrySIKR7uIFi7E28IGtJ2rhuPWrXZF7ERvj8o5ByuSKBk6/bNKdnOQ0RSyA3VAPG1JGpPQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uz-Latn-UZ 2.7.9 。 info : 已通过内容哈希 jeGA4WzCQeFKgT4Y1SdgT5zGPADP2LMjK7btRyO7X6KFfZ6vHZ8v01yO1ra2NfeFF7clI6Bi/bP7CcF9Gseg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uz-Cyrl-UZ 2.7.9 。 info : 已通过内容哈希 lcLh5EkLNanMtZhC5XNQP/so+QiktIrIXoJCO8YFe2ZUdgmIGT5GDTrBbdgA2aHTTOAHqrtxGnqkODe1cQL/bA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.vi 2.7.9 。 info : 已通过内容哈希 SNMNRp3GklOpVFFXEMaUggCR27rVbD2z1CPmSVL+2RlIHcdrdNbrxRX8neKxzl1Enmue550Gg9ipYRTrZmF3Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.pl 2.7.9 。 info : 已通过内容哈希 mc5t7BVXYBTn7jymWtHGSdZim5zg9RyCMrl1+yIxiB74KPUH3VD5WUoIuB0HGc9g29SNl37jj7curx9dX8AaUg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.es 2.7.9 。 info : 已通过内容哈希 e0yPBy56+mOiUBV99a7H4nZYSh5mGR1/dW/Z6pBmLftEBnusDn850jrMJ/u2aFh5Vj8tipB0/DoSd3jp/JKM7A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.tr 2.7.9 。 info : 已通过内容哈希 v//DZRFjcrWMFD/ssGKm/9ldIqvKrPMC6yyavsF3bdSH+U92XZJsNWdMh6tR4tjZCnpSTGjpeT11G0RLjWKA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.de 2.7.9 。 info : 已通过内容哈希 1q5s+UWN79g+bXshpsdjEb1oVORg+FzNpayR1jup8T2U7jtW2AIM5A9Uol+EGazZzgbt2rluCtvUjNUeYkmaQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sr 2.7.9 。 info : 已通过内容哈希 F4lxJn9HCRKxUs0ZI83trIb9ipb1Urzv3P6Og3fsYL1tXvjlbx8XWRPIGdbbCQIYNyYPSvyohCGs/yxZCLhtLA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fr-BE 2.7.9 。 info : 已通过内容哈希 PJlXYzfElGAkv74VlIQK3N2Vs2JPCBtDtvM7G6YVDp2ZTeKbFQs31K8q93Sz7N8Bpt01OPho7DK7KO1UUYxQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hr 2.7.9 。 info : 已通过内容哈希 oOBrpVFUcL+oJ3N2W+gtKoU9XuvmSbGRbmnqI+cKaLoMqxVvU+Er3btaJ9UMkYS5zv7N/zheWPP4uZBWRig== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sl 2.7.9 。 info : 已通过内容哈希 68QjBxLIv9by0uAfCAr8d7+Giv0m8j21lixv/pEdo21/dJfPZoBvTXp9eLh3KPZ1BkjJoY8an637Hlsmmt== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fr 2.7.9 。 info : 已通过内容哈希 Bp8XnGr8OWaRmYemcuKpU6jrA9xrx8TQIq9ad7VIx89VVIbnilCYY68EqsmPHa9NJq+gpglHPZbKEr0CNKcA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.el 2.7.9 。 info : 已通过内容哈希 J5BSJO0Gm2g8M/nAnii4zOIg0Tk4RjbKvhvSjzaPm8dZGCZvEWVmYuQ7CFNezEfA0EGSmKnlsZRoy2TVN2MRA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sr-Latn 2.7.9 。 info : 已通过内容哈希 xIXhOf7vSYCc3s/mBRU/1PxOcOFgC/hYY3IjHR986YDbzUOoGlpt4Cz2inysMfK3fceTQKQny/0rtbxvMzhAg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sv 2.7.9 。 info : 已通过内容哈希 pl6o8sfIoiRzBK/RXuVIZNj/UKc2RPgFdpabOXpQFGkUY1/lTBqQo4zrbM06U/OAWc3R4ZnaPiNSNAs0o3== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fa 2.7.9 。 info : 已通过内容哈希 lc0Z4pIbzH9bNAbd+3CpG/gt74O8yZZjlWut9xnNjvcrCi9S6Dv9zk5r/CLGXRPxuzK1/HeQUcBmReW15geHg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.he 2.7.9 。 info : 已通过内容哈希 i9meHhQ2J3byqatNPr/8uTLIdV9pR/My63b4Hdk4GaiF4ibeAb3ZAGiBSb8hCE0AtM6586EE2Nxkc0xsCfz/A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.it 2.7.9 。 info : 已通过内容哈希 8s6LdUjCR+b9K3IC25d68VikDh5d9HKWxnZngiVLfPlyMa0UYX9GRAynN/9LWRoOiCL4QRxMeeZYWgEbCK7pc== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uk 2.7.9 。 info : 已通过内容哈希 2RYeRYTtI0eT4vbbxYE7bKK/jJCrG/WVk1KAWA1+AsbPpakqkedpuMq1VMlx1GYg7IK4FrA+nTfYqLO42IOQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.lv 2.7.9 。 info : 已通过内容哈希 GlmHze9WVElfWK2gh361/eLx5r0XDyTY7K/0VdOpV0tIesyNpOqibtzJxt6JCTJk3I0XXxrfU7tPkv7nBkEpzQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fi-FI 2.7.9 。 info : 已通过内容哈希 AoUiq+peyhTZURaHcTzeYcIWp1pmDS5iWY3opSrS/KdhP2HKlLWjf+ofcFhsDBgsqMMhT+LF4PMJ1qj6NVcFQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.mt 2.7.9 。 info : 已通过内容哈希 lB5a6UoclIfS0zHvczEzoWjdkUnS+aS4UibHt5bQWNTZgzxJTSVYe1X8/L9usSRk6h1WHy4O47mplfdCtEsIg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nl 2.7.9 。 info : 已通过内容哈希 4hLoqzUosPieibLZAR5Q5NHYLt4bgiBRtvX13m+nAbKfnboinJlgS0bMmb1pWzzIg7WB1qOCUVtEdVWstheB== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hu 2.7.9 。 info : 已通过内容哈希 +C6+xxs3/So+BjSRYbi6LqBU6J9/UDI1bRnv43gOauVop0gWrHZOg/J44/CL2yiD7l6SOY4VLtYAJDxONsXklQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sk 2.7.9 。 info : 已通过内容哈希 2fQtt7WMsjMSO2pFzC/vTx6NLpd7BYW0JLjAQkHdEb43omWh5oWJ02Y81uvn/AUn0KHBL0nf8KBIEthvXoqQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ru 2.7.9 。 info : 已通过内容哈希 EpDL9LlyWNC+/Kk1f4cA8goiFgrSQ2evpNYRzUCJCSSmA5F2OR7okGiWtB3nNS/SRkrC2ouQBiXPj8bkQHg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nb-NO 2.7.9 。 info : 已通过内容哈希 pP0hRXWjexA4TEE91VWfnARMRI62GvatoeXIaSWJLNzx3vGhG+ZoJRMuFJjs48SOFgkqI8Q7vdJRTyxIQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ja 2.7.9 。 info : 已通过内容哈希 Bm+3Gsk1jjyRuYp0rRSRPaCtP4/D4Fk5uXJivNGibsScvyuaets8kBQxD/SyJjIZLrRErN5Tq7YPyeUADD3== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nb 2.7.9 。 info : 已通过内容哈希 6O9CdO239ddC2inn32ial1BEkBOHoBoHhka8x114SlnYEDRaS9a+GRhJZ0d6s3H3IUznbk3qv7sSqc8XI67g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ms-MY 2.7.9 。 info : 已通过内容哈希 0ynKnZhpOaaeQ9x60BDVrS483CWTvDnAoALUt9dxtbmQDFsMkcyJBP6x1ACSLYcrh6/AJ0Jt1KzHja/qmjOQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.id 2.7.9 。 info : 包“Humanizer”与项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中指定的所有框架均兼容。 info : 包“Humanizer”(版本为 2.7.9)的 PackageReference 已添加到文件“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”。 info : 将资产文件写入磁盘。路径: C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesobjproject.assets.json log : 已还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj (用时 14.16 sec)。 PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies>
打开 DotNetDependencies.csproj 文件并找到 ItemGroup 部分。
3、在 Program.cs 文件顶部添加以下内容来初始化 Humanizer。
using Humanizer; Console.WriteLine("Hello, World!");
4、将以下内容添加到 Program.cs 文件底部的 Console.WriteLine("Hello, World!"); 下。
static void HumanizeQuantities() { Console.WriteLine("case".ToQuantity(0)); Console.WriteLine("case".ToQuantity(1)); Console.WriteLine("case".ToQuantity(5)); } static void HumanizeDates() { Console.WriteLine(DateTime.UtcNo.AddHours(-24).Humanize()); Console.WriteLine(DateTime.UtcNo.AddHours(-2).Humanize()); Console.WriteLine(TimeSpan.FromDays(1).Humanize()); Console.WriteLine(TimeSpan.FromDays(16).Humanize()); }
5、将 Console.WriteLine("Hello, World!"); 替换为以下代码
Console.WriteLine("Quantities:"); HumanizeQuantities(); Console.WriteLine("nDate/Time Manipulation:"); HumanizeDates();
6、通过在终端中运行以下命令来运行应用程序。
PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies> dot run Quantities: 0 cases 1 case 5 cases Date/Time Manipulation: 昨天 2 小时前 1 天 2 周 PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies>管理.NET项目中的依赖项更新
更新类型
是否正确配置了项目。
安全问题。
使用语义化版本控制主版本。
次要版本。
修补程序版本。
更新方法主版本。
次要版本。
修补程序版本。
配置项目文件以进行更新 查找和更新过时的包dot list package --outdated命令列出了已过时的包。
PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies> dot list package --outdated 使用了以下源: https://api.nuget./v3/index.json C:Program Files (x86)Microsoft SDKsNuGetPackages 项目“DotNetDependencies”具有以下针对其包的更新 [6.0]: 顶级包 已请求 已解决 最新 > Humanizer 2.7.9 2.7.9 2.14.1 PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies>
以下是输出中列名称的含义
- Requested. 已指定的版本或版本范围。
- Resolved. 已为项目下载的、与指定版本匹配的实际版本。
- Latest. 可从 NuGet 更新的最新版本。
建议的工作流是按以下顺序运行这些命令
- 运行 dot list package --outdated。 此命令可列出所有已过时的包。 它通过 Requested、Resolved 和 Latest 列提供信息。
- 运行 dot add package
。 如果运行此命令,它将尝试更新到最新版本。 你可选择传入 --version= 。
在应用中使用的依赖项可经常更新,并且可能包含新功能、bug 修复和关键安全更新程序。 你创建的应用很小,只有一个依赖项。 更新它应该非常简单。 若要利用最新功能,请查看是否可以更新应用。
升级应用依赖项1、在 DotNetDependencies.csproj 文件中,查看 dependencies。
2、要查看安装的依赖项,请运行以下命令。
dot list package
3、要查看已过时的依赖项,请运行以下命令。
dot list package --outdated
要检查预发行包,请向前面的命令追加 --include-prerelease。
dot list package --outdated --include-prerelease
4、要安装最新版本, 请运行以下命令。
dot add package Humanizer
PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies> dot add package Humanizer 正在确定要还原的项目… Writing C:Usersa-xiaobodouAppDataLocalTemptmpDDB8.tmp info : 正在将包“Humanizer”的 PackageReference 添加到项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”。 info : CACHE https://api.nuget./v3/registration5-gz-semver2/humanizer/index.json info : 正在还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj 的包... info : GET https://api.nuget./v3-flatcontainer/humanizer/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer/index.json 173 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer/2.14.1/humanizer.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer/2.14.1/humanizer.2.14.1.nupkg 191 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.af/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ar/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.az/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bg/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.cs/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.da/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.de/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.el/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.es/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fa/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.he/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hu/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hy/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.id/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.is/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.it/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ja/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ku/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.lv/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.mt/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nl/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.af/index.json 206 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.af/2.14.1/humanizer.core.af.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pt/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ro/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ru/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sk/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sv/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.th-th/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.tr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uk/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.az/index.json 350 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ar/index.json 358 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.az/2.14.1/humanizer.core.az.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ar/2.14.1/humanizer.core.ar.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bg/index.json 377 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.es/index.json 360 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.vi/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.es/2.14.1/humanizer.core.es.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bg/2.14.1/humanizer.core.bg.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.cs/index.json 414 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.el/index.json 399 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fa/index.json 393 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.da/index.json 415 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.cs/2.14.1/humanizer.core.cs.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.el/2.14.1/humanizer.core.el.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/index.json 432 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/index.json 370 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fa/2.14.1/humanizer.core.fa.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.de/index.json 419 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.da/2.14.1/humanizer.core.da.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr/index.json 370 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/2.14.1/humanizer.core.fi-fi.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/index.json 369 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.de/2.14.1/humanizer.core.de.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/2.14.1/humanizer.core.fr-be.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/2.14.1/humanizer.core.bn-bd.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.he/index.json 383 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hy/index.json 370 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ja/index.json 293 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr/2.14.1/humanizer.core.fr.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.is/index.json 323 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ja/2.14.1/humanizer.core.ja.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.he/2.14.1/humanizer.core.he.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hu/index.json 385 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.it/index.json 306 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.is/2.14.1/humanizer.core.is.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/index.json 299 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hu/2.14.1/humanizer.core.hu.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/index.json 306 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.it/2.14.1/humanizer.core.it.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hr/index.json 399 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/2.14.1/humanizer.core.ko-kr.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.id/index.json 384 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hy/2.14.1/humanizer.core.hy.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/2.14.1/humanizer.core.ms-my.2.14.1.nupkg info : GET https://api.nuget./v3-flatcontainer/humanizer.core.id/2.14.1/humanizer.core.id.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ku/index.json 329 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.lv/index.json 325 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hr/2.14.1/humanizer.core.hr.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.mt/index.json 320 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb/index.json 319 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ku/2.14.1/humanizer.core.ku.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nl/index.json 302 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.mt/2.14.1/humanizer.core.mt.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sk/index.json 263 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb/2.14.1/humanizer.core.nb.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pt/index.json 285 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nl/2.14.1/humanizer.core.nl.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pl/index.json 301 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.lv/2.14.1/humanizer.core.lv.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ru/index.json 273 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sk/2.14.1/humanizer.core.sk.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ro/index.json 302 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pt/2.14.1/humanizer.core.pt.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.af/2.14.1/humanizer.core.af.2.14.1.nupkg 337 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pl/2.14.1/humanizer.core.pl.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/index.json 363 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ru/2.14.1/humanizer.core.ru.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sv/index.json 279 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr/index.json 295 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/2.14.1/humanizer.core.nb-no.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sl/index.json 318 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ro/2.14.1/humanizer.core.ro.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.th-th/index.json 293 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr/2.14.1/humanizer.core.sr.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/index.json 324 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sl/2.14.1/humanizer.core.sl.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.tr/index.json 269 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.th-th/2.14.1/humanizer.core.th-th.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uk/index.json 262 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sv/2.14.1/humanizer.core.sv.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/index.json 259 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/2.14.1/humanizer.core.sr-latn.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.az/2.14.1/humanizer.core.az.2.14.1.nupkg 275 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ar/2.14.1/humanizer.core.ar.2.14.1.nupkg 263 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.tr/2.14.1/humanizer.core.tr.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/index.json 270 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/2.14.1/humanizer.core.uz-cyrl-uz.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bg/2.14.1/humanizer.core.bg.2.14.1.nupkg 255 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/index.json 274 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/2.14.1/humanizer.core.uz-latn-uz.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.es/2.14.1/humanizer.core.es.2.14.1.nupkg 276 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-/index.json 284 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/2.14.1/humanizer.core.zh-hant.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.vi/index.json 292 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/index.json 307 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.vi/2.14.1/humanizer.core.vi.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.cs/2.14.1/humanizer.core.cs.2.14.1.nupkg 331 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.da/2.14.1/humanizer.core.da.2.14.1.nupkg 328 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fa/2.14.1/humanizer.core.fa.2.14.1.nupkg 336 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uk/2.14.1/humanizer.core.uk.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.el/2.14.1/humanizer.core.el.2.14.1.nupkg 374 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/2.14.1/humanizer.core.fi-fi.2.14.1.nupkg 369 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/2.14.1/humanizer.core.fr-be.2.14.1.nupkg 365 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/2.14.1/humanizer.core.bn-bd.2.14.1.nupkg 359 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-/2.14.1/humanizer.core.zh-.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ja/2.14.1/humanizer.core.ja.2.14.1.nupkg 373 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/2.14.1/humanizer.core.zh-hans.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.it/2.14.1/humanizer.core.it.2.14.1.nupkg 380 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.is/2.14.1/humanizer.core.is.2.14.1.nupkg 385 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.he/2.14.1/humanizer.core.he.2.14.1.nupkg 390 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hu/2.14.1/humanizer.core.hu.2.14.1.nupkg 385 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/2.14.1/humanizer.core.ko-kr.2.14.1.nupkg 376 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hr/2.14.1/humanizer.core.hr.2.14.1.nupkg 386 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ku/2.14.1/humanizer.core.ku.2.14.1.nupkg 394 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hy/2.14.1/humanizer.core.hy.2.14.1.nupkg 408 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.id/2.14.1/humanizer.core.id.2.14.1.nupkg 407 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb/2.14.1/humanizer.core.nb.2.14.1.nupkg 386 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.mt/2.14.1/humanizer.core.mt.2.14.1.nupkg 391 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.lv/2.14.1/humanizer.core.lv.2.14.1.nupkg 384 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nl/2.14.1/humanizer.core.nl.2.14.1.nupkg 388 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.de/2.14.1/humanizer.core.de.2.14.1.nupkg 470 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sk/2.14.1/humanizer.core.sk.2.14.1.nupkg 374 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr/2.14.1/humanizer.core.fr.2.14.1.nupkg 450 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core/index.json 336 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ru/2.14.1/humanizer.core.ru.2.14.1.nupkg 362 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ro/2.14.1/humanizer.core.ro.2.14.1.nupkg 339 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pt/2.14.1/humanizer.core.pt.2.14.1.nupkg 408 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pl/2.14.1/humanizer.core.pl.2.14.1.nupkg 375 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/2.14.1/humanizer.core.nb-no.2.14.1.nupkg 418 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/2.14.1/humanizer.core.sr-latn.2.14.1.nupkg 363 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/2.14.1/humanizer.core.ms-my.2.14.1.nupkg 485 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.tr/2.14.1/humanizer.core.tr.2.14.1.nupkg 349 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/2.14.1/humanizer.core.uz-cyrl-uz.2.14.1.nupkg 335 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr/2.14.1/humanizer.core.sr.2.14.1.nupkg 371 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/2.14.1/humanizer.core.uz-latn-uz.2.14.1.nupkg 328 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sl/2.14.1/humanizer.core.sl.2.14.1.nupkg 378 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/2.14.1/humanizer.core.zh-hant.2.14.1.nupkg 333 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-/2.14.1/humanizer.core.zh-.2.14.1.nupkg 209 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.vi/2.14.1/humanizer.core.vi.2.14.1.nupkg 301 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uk/2.14.1/humanizer.core.uk.2.14.1.nupkg 265 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sv/2.14.1/humanizer.core.sv.2.14.1.nupkg 483 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.th-th/2.14.1/humanizer.core.th-th.2.14.1.nupkg 505 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg 181 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/2.14.1/humanizer.core.zh-hans.2.14.1.nupkg 364 毫秒 info : 已通过内容哈希 TD3ME2sprAvFqk9tkWrvSKx5XxEMlAn1sjk+cYClSWZlIMhQQ2Bp/0VjX1Kc5oeKjxRAnR7vFcLUFLiZIDk9Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uz-Cyrl-UZ 2.14.1 。 info : 已通过内容哈希 WH6IhJ8V1UBG7rZXQk3dZUoP2gsi8a0WkL8xL0sN6WGiv695s8nVcmab9tWz20ySQbuzp0UkSxUQFi5jJHIpOQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-Hans 2.14.1 。 info : 已通过内容哈希 eSevlJtvs1r4vQarNPfZ2kKDp/xMhuD00tVVzRXkSh1IAZbBJI/x2ydxUOfK9bEEp+YjvL1Djx2+k7ziu7g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.th-TH 2.14.1 。 info : 已通过内容哈希 VIXB7HCUC34OoaGnO3HJVtSv2/ljPhjV7eKH4+TFPgQdJj2lvHNKY41Dtg0Bphu7X5UaXFR4zrYYyo+GNOjbA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-Hant 2.14.1 。 info : 已通过内容哈希 2uEfujXKNm6bdpukaLtEJD+04uUtQD65nSGCetA1fYNizItEaIBUboNfr3GzJxSMQotNGVM3+nSn8jTd0VSg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uk 2.14.1 。 info : 已通过内容哈希 /kHAoF4g0GahnugZiEMpaHlxb+W6jCEbWIdsq9/I1k48ULOsl/J0pxZj93lXC3omGzVF1BTVIeAtv5fW06Phsg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uz-Latn-UZ 2.14.1 。 info : 已通过内容哈希 rnNvhpkOrWEymy7R/MiFv7uef8YO5HuXDyvojZ7JpijHWA5dXuVXooCOiA/3E93fYa3pxDuG2OQe4M/olXbQ7== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sr 2.14.1 。 info : 已通过内容哈希 Nc24Vf3ioRnbU4MsMFHafkyYi8JOnTqvK741GftlQvAbULBoTz2+e7JByOaasqeSi0KfTXeegJO+5Wk1c0Mb== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sk 2.14.1 。 info : 已通过内容哈希 l8sUy4ciAIbVThWNL0atzTS2HWtv8qJrsGWNlqrEKmPA4SdKolSqnTes9V89fyZTc2Q43jK8fgzVE2C7t009A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sl 2.14.1 。 info : 已通过内容哈希 zm245xUWrajSN2t9H7BTf84/2APbUkKlUJpcdgsvTdAysr1ag9fi1APu6JEok39RRBXDfNRVZHaQ/U8X0pSvQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ru 2.14.1 。 info : 已通过内容哈希 lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVM== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core 2.14.1 。 info : 已通过内容哈希 rsQNh9rmHMBtnsUUlJbShMsIMGflZtPmrMM6JND20nhsvqfrdcoDD8cMnLAbuSovtc3dP+sRmLQzKmXDTVPA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.vi 2.14.1 。 info : 已通过内容哈希 uH2dWhrgugkCjDmduLdAFO91Mo0q07EuvM0QiIZCVm6FMCu/lGv2fpMu4GX+4HLZ6h5T2Pg9FIdDLCPN2a67== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-CN 2.14.1 。 info : 已通过内容哈希 E53+tpAG0RCp+cSSI7TfBPC+NnsEqUuoSV0sU+rWRXWr9MbRWx1+Zj02XMojqjGzHjjOrBFBBio6m74seFl0AA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sv 2.14.1 。 info : 已通过内容哈希 nuy/ykpk974F8ItoQMS00kJPr2dFNjOSjgzCfysbu7+gjqHmbLcYs7G4kshLdA4AsVncxp99LYeJgoh1JF5g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sr-Latn 2.14.1 。 info : 已通过内容哈希 rQ8N+o7yFcFqdbtu1mmbrXFi8TQ+uy+fVH9OPI0CI3Cu1om5hUU/GOMC3hXsTCI6d79y4XX+0HbnD7FT5khegA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.tr 2.14.1 。 info : 已通过内容哈希 /FUTD3cEceAAmJSCPN9+J+VhGmL/C12jvlyM1DFXShEMsBzvLzLqSrJ2rb+k/W2znK7JyflZgZpyE+tI7lA== 从 https://api.nuget./v3/index.json 安装 Humanizer 2.14.1 。 info : 已通过内容哈希 Vnxxx4LUhp3AzoYi6lZLAA9Lh8UqkdRh4IE2qDXiVpbo08rSbokATaEzFS+o+/jCNZBmoyyyph3vgmcSzhhQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fi-FI 2.14.1 。 info : 已通过内容哈希 e//OIAeMB7pjBV1HqqI4pM2Bc3Jgpyz9G5Fi4c+RJvhqFztoWxW57PzTnNJE2lbhGGLQZihFZjsbTUsbczA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.es 2.14.1 。 info : 已通过内容哈希 nzDOj1x0NgjXMjsQxrET21t1FbdoRYujzbmZoR8u8ou5CBWY1UNca0j6n/PEJR/iUbt4IxstpszRy41L/BrpA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fa 2.14.1 。 info : 已通过内容哈希 psXNOcA6R8fSHoQYhpBTtTTYiOk8OBoN3PKCEDgsJKIyeY5xuK81IBdGi77qGZMu/OBRQjQCBMtPJb0f4O1+A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ro 2.14.1 。 info : 已通过内容哈希 o6R3SerxCRn5Ij8nCihDNMGXlaJ/1AqefteAssgmU2qXYlSAGdhxmnrQAXZUDlE4YWt/XQ6VkNLtH7oMqsSPFQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fr-BE 2.14.1 。 info : 已通过内容哈希 U3bfj90tnUDRKlL1ZFlzhCHoVgpTcqUlTQxjvGCaFKb+734TTu3nkHUWVZltA1E/sTvimo/aXLtkxnLFrc0EQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.bn-BD 2.14.1 。 info : 已通过内容哈希 jWrQkiCTy3L2u1T86cFkgijX6k7hoB0pdcFMWYaSZnm6rvG/XJE40tfhYyKhYYgIc1x9P2GO5AC7xXvFnFdqMQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.cs 2.14.1 。 info : 已通过内容哈希 3d1V10LDtmqg5bZjWkA/EkmGFeSfNBcyCH+TiHcHP+HGQQmRq3eBaLcLnOJbVQVn3Z6Ak8GOte4RX4kVCxQlFA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ar 2.14.1 。 info : 已通过内容哈希 S+hIEHicrOcbV2TBtyoPp1AVIGsBzlarOGThhQYCnP6QzEYo/5imtok6LMmhZeTnBFoKhM8yJqRfvJ5yqVQKSQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.bg 2.14.1 。 info : 已通过内容哈希 9JD/p+rqjb8f5RdZ3aEJqbjMYkbk4VFii2QDnnOdNo6yEfg/A5YeOQ55CaBJmy7KvV4tOK4+qHJnX/tg3Z54A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.de 2.14.1 。 info : 已通过内容哈希 BoQHyu5le+xxKO+/AUM7CLXneM/Bh3++0qh1u0+D95n6f9eGt9kNc8LcAHLIOId7Sd5hiAaaav0Nimj3peN== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.af 2.14.1 。 info : 已通过内容哈希 5o0rJyE/2WUUphC79rgYDnif/21MKTTx9LIzRVz9cjCIVFrJ2bDyR2gapvI9D6fjoyvD1NAfkN18SHBsO8S9g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.da 2.14.1 。 info : 已通过内容哈希 2p4g0BYNzFS3u9SOIDByp2VClYKO0K1ecDV4BkB9EYdEPWfFODYnF+8CH8LpUrpxL2TuWo2fiFx/4Jcmrnkbpg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fr 2.14.1 。 info : 已通过内容哈希 Xmv6sTL5mqjOWGGpqY7bvbfK5RngaUHSa8fYDGSLyxY9mGdNbDcasnRnMOvi0SxJS9gAqBCn21Xi90n2SHZbFA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.el 2.14.1 。 info : 已通过内容哈希 8Z/tp9PdHr/K2Stve2Qs/7uqWPWLUK9D8sOZDNzyv42e20bSoJkHFn7SFoxhmaoVLJku2jp6P7HurfkrP18Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.az 2.14.1 。 info : 已通过内容哈希 8HB8qavcVp2la1GJX6t+G9nDYtylPKzyhxr9LAooIei9MnQvNsjEiIE4QvHoeDZ4euQ9CsPg1c211XUMVEZ4A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.pt 2.14.1 。 info : 已通过内容哈希 E1/KUVnYBS1bdOTMNDD7LV/jdoZv/fbWTLPtvdMtSdqLyRTllv6PGM9xVQoFDYlpvVGtEl/09glCojPH8ffA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.lv 2.14.1 。 info : 已通过内容哈希 hAfnaoF9LTGU/CmFdbnvugN4tIs8ppevVMe3e5bD24+tuKsggMc5hYta9aiydI8JH9JnuVmxvNI4DJee1tK05A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hu 2.14.1 。 info : 已通过内容哈希 vX8oq9HnYmAF7bek4aGgGFJficHDRTLgp/EOiPv9mBZq0i4SA96qVMYSjJ2YTaxs7Eljqit7pfpE2nmBhY5Fn== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ms-MY 2.14.1 。 info : 已通过内容哈希 pEgTBzUI9hzemF7xrIZigl44LidTUhNu4x/P6M9sAZjkUF0mMkbpxKkaasOql7lLafKrnszs0xFfaxQyzeuZQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.mt 2.14.1 。 info : 已通过内容哈希 FPsAhy7I6hb+ZitLgYC26xNcgGAHXb0V823yFAzcyoL5ozM+DCJtYfDPYiOpsJhEZmKFTM9No0jUn1M89WGvg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.he 2.14.1 。 info : 已通过内容哈希 R67A9j/nNgcWzU7gZy1AJ07ABSLvogRbqOWvfRDn4q6hNdbg/mjGjZBp4qCTPnB2mHQQTCKo3oeCUayBCNIBC== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.is 2.14.1 。 info : 已通过内容哈希 vHmzXcVMe+LNrF9txpdHzpG7XJX65SiN9GQd/Zkt6gsGIIEeECHrkCN5Jnlkdd2M/b0HS4SNxdR1GrSn7uCA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ku 2.14.1 。 info : 已通过内容哈希 TM3ablFNoYx4cYJybmRgpDioHpiKSD7q0QtMrmpsqtiiEsdW5zz/q4PolAczFnvrKpN6nBXdjnPPKVet93ng== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ja 2.14.1 。 info : 已通过内容哈希 mbs3m6JJq53ssLqVPxNfqSdTxAcZN3njlG8yhJVx83XVedpTe1ECK9aCa8FKVOXv93Gl+yRHF82H9T9LWv2h== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nb 2.14.1 。 info : 已通过内容哈希 chnaD89yOlST142AMkAKLuzRcV5df3yyhDyRU5rypDiqrq2HN8y1UR3h1IicEAEtXLoOEQyjSAkAQ6QuXkn7a== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hr 2.14.1 。 info : 已通过内容哈希 AsJxrrVYmIMbKDGe8W6Z6//Kv9dhWH7RsTcEHSr4tQt/80pcNvLi0hgD3fqfTtg0tWKtgch2cLf4prorEV+5A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nb-NO 2.14.1 。 info : 已通过内容哈希 CtvvK941k/U0r8PGdEuBEMdW6jv/rBiA9tUhakC7Zd2rA/HCnDcbr1DiNZ+/tRshnhzxy/qmpY8h4qcAYCtQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ko-KR 2.14.1 。 info : 已通过内容哈希 4Zl3GTvk3a49Ia/WDNQ97eCupjjQRs2iCIZEQdmkiqyaLWttfb+cYXDMGthP42nufUL0SRsvBctN67oSpnXtsg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.id 2.14.1 。 info : 已通过内容哈希 sVIKxOiSBUb4gStRHo9XAg97TNvAXbjy176gyTtaTiZkcjr9aCPziUlYAF07oNz6SddC2mJBGgvZ0Sl2g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hy 2.14.1 。 info : 已通过内容哈希 jYxGeN4XIKHVND02FZ+Woir3CUTyBhLsqxu9iqR/9BISArkMf1Px6i5pRZnvq4fc5Zn1q71GKKoCaHDJBsLF== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.it 2.14.1 。 info : 已通过内容哈希 17mJNYaBssENVZyQHduiq+bvdXS0nhZJGEXtPKoMhKv3GD//WO0mEfd9jEBsWCSmWI7bjRqhCidxzN+YtJmsg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.pl 2.14.1 。 info : 已通过内容哈希 24b0OUdzJxfoqiHPCtYnR5Y4l/s4Oh7KW7uDp+qX25NMAHLCGog2eRfA7p2kRJp8LvnynQxm2p534V9m55Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nl 2.14.1 。 info : 包“Humanizer”与项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中指定的所有框架均兼容。 info : 包“Humanizer”(版本为“2.14.1”)的 PackageReference 已在文件“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中更新。 info : 将资产文件写入磁盘。路径: C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesobjproject.assets.json log : 已还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj (用时 6.06 min)。 PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies>
输出应类似于以下输出。
info : PackageReference for package 'Humanizer' version '2.11.10' updated in file 'C:UsersusernameDeskDotNetDependenciesDotNetDependencies.csproj'.
该输出说明项目依赖项已更新。
如果要升级到特定版本的依赖项,可追加 --version 参数并指定特定版本。
dot add package Humanizer --version 2.11.10
PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies> dot add package Humanizer --version 2.11.10 正在确定要还原的项目… Writing C:Usersa-xiaobodouAppDataLocalTemptmp88E2.tmp info : 正在将包“Humanizer”的 PackageReference 添加到项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”。 info : 正在还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj 的包... info : CACHE https://api.nuget./v3-flatcontainer/humanizer/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer/2.11.10/humanizer.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer/2.11.10/humanizer.2.11.10.nupkg 302 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.af/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.af/2.11.10/humanizer.core.af.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ar/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ar/2.11.10/humanizer.core.ar.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.az/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.az/2.11.10/humanizer.core.az.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.bg/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bg/2.11.10/humanizer.core.bg.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/2.11.10/humanizer.core.bn-bd.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.cs/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.cs/2.11.10/humanizer.core.cs.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.da/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.da/2.11.10/humanizer.core.da.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.de/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.de/2.11.10/humanizer.core.de.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.el/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.el/2.11.10/humanizer.core.el.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.es/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.es/2.11.10/humanizer.core.es.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.fa/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fa/2.11.10/humanizer.core.fa.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/2.11.10/humanizer.core.fi-fi.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.fr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr/2.11.10/humanizer.core.fr.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/2.11.10/humanizer.core.fr-be.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.he/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.he/2.11.10/humanizer.core.he.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.hr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hr/2.11.10/humanizer.core.hr.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.hu/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hu/2.11.10/humanizer.core.hu.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.hy/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.hy/2.11.10/humanizer.core.hy.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.id/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.id/2.11.10/humanizer.core.id.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.it/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.it/2.11.10/humanizer.core.it.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ja/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ja/2.11.10/humanizer.core.ja.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/2.11.10/humanizer.core.ko-kr.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ku/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ku/2.11.10/humanizer.core.ku.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.lv/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.lv/2.11.10/humanizer.core.lv.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/2.11.10/humanizer.core.ms-my.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.af/2.11.10/humanizer.core.af.2.11.10.nupkg 305 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.mt/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.mt/2.11.10/humanizer.core.mt.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.nb/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb/2.11.10/humanizer.core.nb.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/2.11.10/humanizer.core.nb-no.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.nl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.nl/2.11.10/humanizer.core.nl.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.pl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pl/2.11.10/humanizer.core.pl.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.pt/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ar/2.11.10/humanizer.core.ar.2.11.10.nupkg 350 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.pt/2.11.10/humanizer.core.pt.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ro/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ro/2.11.10/humanizer.core.ro.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core/2.11.10/humanizer.core.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.ru/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.az/2.11.10/humanizer.core.az.2.11.10.nupkg 398 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.ru/2.11.10/humanizer.core.ru.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.sk/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sk/2.11.10/humanizer.core.sk.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.sl/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sl/2.11.10/humanizer.core.sl.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ja/2.11.10/humanizer.core.ja.2.11.10.nupkg 221 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.sr/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.id/2.11.10/humanizer.core.id.2.11.10.nupkg 268 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.it/2.11.10/humanizer.core.it.2.11.10.nupkg 252 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bn-bd/2.11.10/humanizer.core.bn-bd.2.11.10.nupkg 425 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.da/2.11.10/humanizer.core.da.2.11.10.nupkg 414 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.cs/2.11.10/humanizer.core.cs.2.11.10.nupkg 422 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr/2.11.10/humanizer.core.sr.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/2.11.10/humanizer.core.sr-latn.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.sv/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.sv/2.11.10/humanizer.core.sv.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.th-th/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.de/2.11.10/humanizer.core.de.2.11.10.nupkg 448 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.th-th/2.11.10/humanizer.core.th-th.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.tr/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.tr/2.11.10/humanizer.core.tr.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.el/2.11.10/humanizer.core.el.2.11.10.nupkg 449 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.uk/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fi-fi/2.11.10/humanizer.core.fi-fi.2.11.10.nupkg 427 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uk/2.11.10/humanizer.core.uk.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.es/2.11.10/humanizer.core.es.2.11.10.nupkg 449 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/2.11.10/humanizer.core.uz-cyrl-uz.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/2.11.10/humanizer.core.uz-latn-uz.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.he/2.11.10/humanizer.core.he.2.11.10.nupkg 404 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.vi/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fa/2.11.10/humanizer.core.fa.2.11.10.nupkg 461 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.vi/2.11.10/humanizer.core.vi.2.11.10.nupkg info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.zh-/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-/2.11.10/humanizer.core.zh-.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr-be/2.11.10/humanizer.core.fr-be.2.11.10.nupkg 430 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/index.json info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/2.11.10/humanizer.core.zh-hans.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.fr/2.11.10/humanizer.core.fr.2.11.10.nupkg 455 毫秒 info : CACHE https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/index.json info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hr/2.11.10/humanizer.core.hr.2.11.10.nupkg 416 毫秒 info : GET https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/2.11.10/humanizer.core.zh-hant.2.11.10.nupkg info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hu/2.11.10/humanizer.core.hu.2.11.10.nupkg 412 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.hy/2.11.10/humanizer.core.hy.2.11.10.nupkg 396 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ko-kr/2.11.10/humanizer.core.ko-kr.2.11.10.nupkg 336 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ku/2.11.10/humanizer.core.ku.2.11.10.nupkg 331 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.bg/2.11.10/humanizer.core.bg.2.11.10.nupkg 569 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.mt/2.11.10/humanizer.core.mt.2.11.10.nupkg 300 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ms-my/2.11.10/humanizer.core.ms-my.2.11.10.nupkg 317 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ro/2.11.10/humanizer.core.ro.2.11.10.nupkg 226 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sk/2.11.10/humanizer.core.sk.2.11.10.nupkg 201 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.lv/2.11.10/humanizer.core.lv.2.11.10.nupkg 376 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb-no/2.11.10/humanizer.core.nb-no.2.11.10.nupkg 344 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.th-th/2.11.10/humanizer.core.th-th.2.11.10.nupkg 181 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pl/2.11.10/humanizer.core.pl.2.11.10.nupkg 348 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nl/2.11.10/humanizer.core.nl.2.11.10.nupkg 357 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.pt/2.11.10/humanizer.core.pt.2.11.10.nupkg 327 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.nb/2.11.10/humanizer.core.nb.2.11.10.nupkg 397 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sl/2.11.10/humanizer.core.sl.2.11.10.nupkg 296 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.ru/2.11.10/humanizer.core.ru.2.11.10.nupkg 328 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr/2.11.10/humanizer.core.sr.2.11.10.nupkg 298 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core/2.11.10/humanizer.core.2.11.10.nupkg 395 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sr-latn/2.11.10/humanizer.core.sr-latn.2.11.10.nupkg 303 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.tr/2.11.10/humanizer.core.tr.2.11.10.nupkg 300 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.sv/2.11.10/humanizer.core.sv.2.11.10.nupkg 321 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-latn-uz/2.11.10/humanizer.core.uz-latn-uz.2.11.10.nupkg 294 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uz-cyrl-uz/2.11.10/humanizer.core.uz-cyrl-uz.2.11.10.nupkg 318 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.vi/2.11.10/humanizer.core.vi.2.11.10.nupkg 301 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-/2.11.10/humanizer.core.zh-.2.11.10.nupkg 311 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hant/2.11.10/humanizer.core.zh-hant.2.11.10.nupkg 295 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.uk/2.11.10/humanizer.core.uk.2.11.10.nupkg 342 毫秒 info : OK https://api.nuget./v3-flatcontainer/humanizer.core.zh-hans/2.11.10/humanizer.core.zh-hans.2.11.10.nupkg 314 毫秒 info : 已通过内容哈希 CQBvNeMW9+MDOGuvl6plPXf/RJzRTqWZVu4/IiZAEHa9ZlEhkx1REl1xiCoc20eArP3ezWcuP7kr+VyYJ+g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sk 2.11.10 。 info : 已通过内容哈希 4OMNdiF9+gOGlIK4WZg+9XrBREtHla9JXSDC1SB3XfvXjOADDfRpmasN2+p/y0itXCFvXosxh8OZmWo5v3i== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sr 2.11.10 。 info : 已通过内容哈希 mCF1+ylOcRhQihCAP2RuSXfjGtd63sTjlu90uIUgIIYlbps6KgNikilsnGdQarT9FgU33R0In1IoRQb6RsPQg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.th-TH 2.11.10 。 info : 已通过内容哈希 bBfZgK5+snuE+v6lySvtzvaGqH1AsxuyhYozh7jAqm93fElEanb9/mA4C31ofnDiKciI9CMqsaO9npr4+fCA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uz-Latn-UZ 2.11.10 。 info : 已通过内容哈希 2JCv81kb+8utaN2qseedGTXFGx06z3n+z1LayVN/HAGVzPWj5DLVSFRzKzkGXKMIO9aI27LQ8KBLQBgIq3Zp== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.vi 2.11.10 。 info : 已通过内容哈希 i08G1aOp37fj+4ddG4GY2azBp6IhjWdyJOTt8432ln1j45VFtWoGMc/gBaslh9JHZOQXaArMDvTWspgRzKN== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-Hans 2.11.10 。 info : 已通过内容哈希 F7K1B9l7lht5Rp28M2RvFomPUL8sFyS2NKoNcYCQDuDe3xYybHHT8qAlj78ncPyF9YXcCkgdKmtrJYWW+0G81g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uz-Cyrl-UZ 2.11.10 。 info : 已通过内容哈希 2khQ/8K8XEKrljKtxYFDlWd+IyuR+MUTs9tGPXS3Lx0Rh+LMStLubbv7kYNeZqoJxtFFC9dBMMJZgCoAQm0== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.tr 2.11.10 。 info : 已通过内容哈希 FoJxFIEMN0D5lm4uM2WL3/YHbK1mmAWYSMEO5F4kO2OZvYgSIC41ugG1cpQtXjtOf7aUtdZSYlN93Xvf62Vmg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-CN 2.11.10 。 info : 已通过内容哈希 4TBsHSXPocdsEB5deIHeKykTzIz5Ui7ouX4JsUGI+ax4jjviVJVD7+gsPCNyA+b3de2EjYI+jcEq8I/1ZFSQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core 2.11.10 。 info : 已通过内容哈希 8Mb96AadWgCEGfdZExSPbKNYvu4V3TdL5agTEO7WriOvPm+UNjeyjAmmhtOATIz3x8m/emPdS6DYxVTJ9A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sr-Latn 2.11.10 。 info : 已通过内容哈希 ak65eFdYRzUg8JbgSrQGdlm87YzpXIqCA6OpPkkEgxu2inWlv4emilAWUpGjzJY0vWo3L+35tBcyFo4dHd0A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ru 2.11.10 。 info : 已通过内容哈希 WkAstnKoR6277zOgTB+NaXfss3Y4Pxat5r+L5Z7VXm2IT/7t9slWEiID1KnnKzLE/RG8kgEH2GoEqUlo+tQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sl 2.11.10 。 info : 已通过内容哈希 KKDfUhBKWeQa9GAb3J/argRd6qQP4uMKW9sihEoscF7CdQyHMIgCmeg+la/u96SGT/ZIRN2L8Zekd/1NTMmeA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.sv 2.11.10 。 info : 已通过内容哈希 z/ueYQZCf9SeZIObV2XrHGZIplMPdBmOJHzT13+rcGCOE209X7IoeKgXnWCJVMSHBxW8C5qYrWV/E7+YELnbyA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.zh-Hant 2.11.10 。 info : 已通过内容哈希 PoK5QmXp5B93jv7AboIU/nCYI/IRQJ+0D17t+C8lJzbrgtkfISrKzRIQ/ZYgk28SvLbAqRn40+oSNYBc3VP== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.uk 2.11.10 。 info : 已通过内容哈希 V2o0VCXGHpGo8ocV2FLVRX478J8c+Cs9GDdPV2lMCyaXJcxXsb9YQ3OJAhQ5OYWmKflNuoB861X9ji5u/uYkg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fr-BE 2.11.10 。 info : 已通过内容哈希 B1zxma7ey6Vx+gnD7z5h2tIclKfIXM4PIndzzdoK301f2Vv9oFgAm2ZN/OG8kNbB8R52qFYiAFVVpyX8LObWg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.cs 2.11.10 。 info : 已通过内容哈希 56FV4ZK9sh8EGIAotEo2pWoMTUT+cBEfde0bQOTiu+P78ZPB1DuA2ljoOgRmRChPaVRq/yAiNb8klmv7oDb== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fr 2.11.10 。 info : 已通过内容哈希 VqhxHkQ9pjxxbrr2/V+eaFtlFm7sWspQn+96zaKeLqk3af/u0JEh0SoqjR9t8r6e/THhc53cE9ckiFOnnNUSA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fi-FI 2.11.10 。 info : 已通过内容哈希 +lqi/QkexkopvE9ZGzuWfmMnlb+qIXOM9Pm6PkKtqU9CgBTZLNlRv/lX/uhn5qVy+BVQOdshTpGSqlGydHPg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.af 2.11.10 。 info : 已通过内容哈希 FEK6tC9vRjtnqIKojbWVnZq2IH2t8TDdGpI2zKZ3KoQ7yodnFCvIiz6u0KhcqGu41Jfm2LuuLrOb1INfRA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.el 2.11.10 。 info : 已通过内容哈希 Lf5b7saE8hD7HSjkyvFHxJ2qtNrDN5J4WpOQz7h3YxuVE6osgP62g9dHlmumMyoRVBLs0jARmjrl4OR6HHJNDA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ro 2.11.10 。 info : 已通过内容哈希 SMxYz3g1pxeA58Ejo9SLfGfcvpdbVdBRdYE9z2p76ddhYAF6lSLmcMu/Io8pmHg41aEQ78qU8IXEyPSLDnI== 从 https://api.nuget./v3/index.json 安装 Humanizer 2.11.10 。 info : 已通过内容哈希 jAKP2T/hgNPe3FGRbxWeioa5LO7vjoD5VyDXxbky9LZVlIG6+1bV+0y7LSMxGRlN/+362cpg1kVy+W7n7+GQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.bg 2.11.10 。 info : 已通过内容哈希 lVfFyC1IbSjyB5ggVaidgGOlFNpeD67QQTn5fhkPbaUnFNIdzenaKuOvfyqBPE93N52+MCnPqGx8fkxqjyPTtQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.es 2.11.10 。 info : 已通过内容哈希 XRH9ZLUriicH6OdovgVfr2Iulx/jsJ29Mto2nY71berglj3Vx7i9aPRReEYh5Jogc4R+W6J777/quJKdKhbbQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.de 2.11.10 。 info : 已通过内容哈希 GGArBYonL5TnC0dVlP9SD/kZViOz9vJ0uNh4mkzVCQ5gqx4zsz98VDpC8Ft+rEv39yF7lv+ExMotttDajg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.az 2.11.10 。 info : 已通过内容哈希 osvf8hBgG6gvORNxUEfeVA6sZGuBmhHUJTTK63rk4F0QvRE6OyjVlyJ22pcNBx2MCxkx3ltWCL8Xezqcl27A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ar 2.11.10 。 info : 已通过内容哈希 vX+1IvETFkxpJz9qd0Ly3JIKMYuEG37K6iN0qEJMahxBCbyHMIFs71n6VV99PEWBpuZG3RYLLGWi6y/zpNqA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.da 2.11.10 。 info : 已通过内容哈希 65T62CCCG6XkcBdoD7YfJv4ykIvWBQGTmBXdQAthFVoYEh3pbqDtGfgLu9nEG+lkuC9ky9kFOzMoNu9mj2sHd== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.fa 2.11.10 。 info : 已通过内容哈希 JyjB/VIHcvNpRW0SXmaPPffKCIQc3EZ6yPnEsoo1f7CqAoGQt/gnRc/n0YezzFAFLZp7erk0xKIXgcAh+== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.bn-BD 2.11.10 。 info : 已通过内容哈希 sqZTfqnXlE2tPWDup7ZQbi8tb4xQRX2bMH5BUI6OTtJAa9ri4tCaT3AZlWICBB6J5mnvq2CE8mdPzHnRQG4IQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nb-NO 2.11.10 。 info : 已通过内容哈希 dSGDWfv3mheyCbS+uoth3ZljeNL+Mv/zmXVnW4dzuAHQ5ntDEESFLok6x0WNSb4325CuMPNNU5x5nHMx/MrA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.lv 2.11.10 。 info : 已通过内容哈希 MX5/fi8tmp83RjLSA9Pkqa8RpUu6togSRgU34OggvvJkvqm3dx1JMIamqKvJKEYDscEjjbatnxoMv8q3qaFsFg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ko-KR 2.11.10 。 info : 已通过内容哈希 8IjQ0R5s+HbBGMVkaBJPS9KoWsNfEPhUIrUsX7EVKh/fZ7ZrnxBh2tSZV3YO8QRgJAdTgqvvqlF4Fnr9BTpKg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ms-MY 2.11.10 。 info : 已通过内容哈希 0M5kmTp2hVlS2yzA6JTeMP0bU2XXjlWnGVkjGDrHsFCtrH6BgdX5Y9fT8D5bpndVhrNZnU07M13sxbpUTP0UNQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hu 2.11.10 。 info : 已通过内容哈希 LynU8OkMVyxvCfa4mv0vrP0Uv4BQBPEJiqSdt/XTFcg1A+h/Ybj93TT3UjJk2MkZJhTxERxUxSaoXeQPkE/A== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.it 2.11.10 。 info : 已通过内容哈希 u2mrAt/k1PJxK3pRgXsaKymP77YA7rvh+SRJ2eV4LsaDv77TAyigWk0YDfbpikkU6kEythgU1+j7WIRtXCy5Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nl 2.11.10 。 info : 已通过内容哈希 /z5adjfE4Kq2Uz89vlh7KUp4ClRnU5MMbR0rySYamfla8SalNu6/iEg8f37loxDfKLzV/mg/LDtNcr34J0AZ6Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hr 2.11.10 。 info : 已通过内容哈希 79DuXtHt+TyZHMdf4h6nFCaFAs1QeR0fuAku8xnLvDgkJUN+ImeVXqmE3DZnn4K3BY7uUUhIKMgifBR7XKi5Q== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ku 2.11.10 。 info : 已通过内容哈希 OBYC++SC6zDJ7m3JfcRh9evUQA7n9Fi7H+h5ETSPvEio8K6JUB59zpf+dJ0bLzFKR7CeLhcbSCxLexX9ZZUg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.nb 2.11.10 。 info : 已通过内容哈希 /RFblqLeVgqx+VFHVePq84kotP/QBtyuggJqhq+KvAgniGrbRRj2pzI3lStltnvZpPJpu3TKGpTQLllxmebJrQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.hy 2.11.10 。 info : 已通过内容哈希 0aIMXEkr3FByhoInV0mpFnmPT3gJf1FOpsy6HAxL74j2gIP+xOa2hjb/xKa3HhK/1b5V9DoxKUESrTBeA5dbg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.pl 2.11.10 。 info : 已通过内容哈希 Nkd0P74P4x3RNnV8qqJetf5JJhURunN0Pi9cEJpiOni7OX2mZcyTLp7VgB76SViIt7Cb+FUO5X6QSaRIrZQ== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.he 2.11.10 。 info : 已通过内容哈希 SYg7e3kavkohdS+ZtqznH7i7nhmbQ8G4Yyzny6r8bUt0ESspLe5ITApbfrNV/IIpsiNOLP6WlUa1f5eHxkIA== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.mt 2.11.10 。 info : 已通过内容哈希 72ab7Jz1DX3GnDik4AFKqWM2AYVL3QRfaYHM77bxNLpxXC65FKbmTQZVQveOtCUpem/jzEafy0cvzx9fA72RD== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.id 2.11.10 。 info : 已通过内容哈希 QJcanMmSLCGkqPna33sPcxkbh9jSdeiXiGACK3KKuZt6NTpWIzkHEu2BvcNzP3FaZm30AAqdroyJo9TB09qTg== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.ja 2.11.10 。 info : 已通过内容哈希 lgHMX94bzHJrchpBvpCXMYV2YOn2QYEfdoKP1V2yBaKRzEOyuoYRxrfAFy6AArzIeMhDNFPg2xr0NCh7I41g== 从 https://api.nuget./v3/index.json 安装 Humanizer.Core.pt 2.11.10 。 info : 包“Humanizer”与项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中指定的所有框架均兼容。 info : 包“Humanizer”(版本为“2.11.10”)的 PackageReference 已在文件“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中更新 。 info : 将资产文件写入磁盘。路径: C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesobjproject.assets.json log : 已还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj (用时 6.06 min)。 PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies>
通过追加 --prerelease 参数来安装最新的预发布包。
dot add package Humanizer --prerelease
PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies> dot add package Humanizer --prerelease 正在确定要还原的项目… Writing C:Usersa-xiaobodouAppDataLocalTemptmpD7FF.tmp info : 正在将包“Humanizer”的 PackageReference 添加到项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”。 info : GET https://api.nuget./v3/registration5-gz-semver2/humanizer/index.json info : OK https://api.nuget./v3/registration5-gz-semver2/humanizer/index.json 217 毫秒 info : 正在还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj 的包... info : 包“Humanizer”与项目“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中指定的所有框架均兼容。 info : 包“Humanizer”(版本为“2.14.1”)的 PackageReference 已在文件“C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj”中更新。 info : 将资产文件写入磁盘。路径: C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesobjproject.assets.json log : 已还原 C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependenciesDotNetDependencies.csproj (用时 309 ms)。 PS C:Usersa-xiaobodouOneDrive - MicrosoftProjectsDotNetDependencies>