解决Visual Studio 2019未能从“https://www.nuget.org/api/v2/package..“下载包问题_vs2019无法从-程序员宅基地

技术标签: IDE  Visual Studio  NuGet  

解决Visual Studio 2019未能从“https://www.nuget.org/api/v2/package.."下载包问题

问题背景

今天从码云官网上下载了一个开源的.net项目,IDE使用的是VS2019,编译之前需要通过NuGet下载依赖的包,但是在下载依赖包的过程中出现了一系列问题。
在这里插入图片描述

问题解决

这个问题主要是NuGet的源地址失效导致的,因此,要解决这个问题,主要是更改NuGet的源地址,更改方法如下:
1、打开Visual Studio 2019-菜单->工具->选项,在选项对话框中的左侧目录中找到NuGet包管理器->程序包源。如下图:
在这里插入图片描述
2、增加的程序包源地址如下:

https://api.nuget.org/v3/index.json

验证

打开Visual Studio 2019->菜单->工具->命令行->开发者命令提示。
执行以下命令,重新下载依赖包:

msbuild -t:restore

执行结果如下:

G:\Learning\AdminNET\Admin.NET-master\backend>msbuild -t:restore
用于 .NET Framework 的 Microsoft (R) 生成引擎版本 16.11.2+f32259642
版权所有(C) Microsoft Corporation。保留所有权利。

在此解决方案中一次生成一个项目。若要启用并行生成,请添加“-m”开关。
生成启动时间为 2022/4/7 10:55:01。
项目“G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.sln”在节点 1 上(Restore 个目标)。
ValidateSolutionConfiguration:
  正在生成解决方案配置“Debug|Any CPU”。
_GetAllRestoreProjectPathItems:
  正在确定要还原的项目…
Restore:
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Furion.Extras.Admin.NET\Furion.Extras.Admin.NET.csproj 的包...
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Database.Migrations\Admin.NET.Database.Migrations.csproj 的包...
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.EntityFramework.Core\Admin.NET.EntityFramework.Core.csproj 的包...
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Application\Admin.NET.Application.csproj 的包...
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Core\Admin.NET.Web.Core.csproj 的包...
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Core\Admin.NET.Core.csproj 的包...
  正在还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Entry\Admin.NET.Web.Entry.csproj 的包...
    CACHE https://api.nuget.org/v3-flatcontainer/furion.extras.logging.serilog/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/csrediscore/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/magicodes.ie.excel/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/furion/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.stackexchangeredis/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/miniexcel/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/furion.extras.authentication.jwtbearer/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.newtonsoftjson/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/furion.extras.objectmapper.mapster/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/oncemi.aspnetcore.oss/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.drawing.common/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/csrediscore/3.6.6/csrediscore.3.6.6.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.stackexchangeredis/5.0.1/microsoft.extensions.caching.stackexchangeredis.5.0.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/magicodes.ie.excel/2.5.5.4/magicodes.ie.excel.2.5.5.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.drawing.common/5.0.2/system.drawing.common.5.0.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.linq.dynamic.core/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/uaparser/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.linq.dynamic.core/1.2.12/system.linq.dynamic.core.1.2.12.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/5.0.0/system.text.encoding.codepages.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/uaparser/3.1.47/uaparser.3.1.47.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/yitter.idgenerator/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/zack.efcore.batch.mssql/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/magicodes.ie.core/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/furion.extras.databaseaccessor.sqlsugar/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/5.0.9/microsoft.entityframeworkcore.tools.5.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/magicodes.ie.core/2.5.5.4/magicodes.ie.core.2.5.5.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/5.0.0/microsoft.win32.systemevents.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/zack.efcore.batch.sqlite/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.3/newtonsoft.json.12.0.3.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/stackexchange.redis/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/stackexchange.redis/2.0.593/stackexchange.redis.2.0.593.nupkg
    GET https://api.nuget.org/v3-flatcontainer/furion.extras.objectmapper.mapster/2.19.0/furion.extras.objectmapper.mapster.2.19.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/furion/2.19.0/furion.2.19.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/furion.extras.authentication.jwtbearer/2.19.0/furion.extras.authentication.jwtbearer.2.19.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/miniexcel/0.18.0/miniexcel.0.18.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.newtonsoftjson/5.0.10/microsoft.aspnetcore.mvc.newtonsoftjson.5.0.10.nupkg
    GET https://api.nuget.org/v3-flatcontainer/furion.extras.logging.serilog/2.19.0/furion.extras.logging.serilog.2.19.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/pipelines.sockets.unofficial/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/4.7.0/system.componentmodel.annotations.4.7.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/oncemi.aspnetcore.oss/1.0.9/oncemi.aspnetcore.oss.1.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.loader/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/dynamicexpresso.core/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.io.pipelines/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/magicodes.epplus/index.json
    GET https://api.nuget.org/v3-flatcontainer/yitter.idgenerator/1.0.12/yitter.idgenerator.1.0.12.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.csharp/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.corecompat.system.drawing/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/pipelines.sockets.unofficial/2.0.17/pipelines.sockets.unofficial.2.0.17.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/4.5.0/system.diagnostics.performancecounter.4.5.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/dynamicexpresso.core/2.3.3/dynamicexpresso.core.2.3.3.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.io.pipelines/4.5.1/system.io.pipelines.4.5.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/magicodes.epplus/4.6.6/magicodes.epplus.4.6.6.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/5.0.10/microsoft.entityframeworkcore.sqlite.5.0.10.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/5.0.9/microsoft.entityframeworkcore.design.5.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.corecompat.system.drawing/5.8.64/runtime.osx.10.10-x64.corecompat.system.drawing.5.8.64.nupkg
    GET https://api.nuget.org/v3-flatcontainer/furion.extras.databaseaccessor.sqlsugar/2.19.0/furion.extras.databaseaccessor.sqlsugar.2.19.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/3.1.2/microsoft.extensions.dependencyinjection.3.1.2.nupkg
    GET https://api.nuget.org/v3-flatcontainer/zack.efcore.batch.sqlite/1.4.8/zack.efcore.batch.sqlite.1.4.8.nupkg
    GET https://api.nuget.org/v3-flatcontainer/zack.efcore.batch.mssql/1.4.9/zack.efcore.batch.mssql.1.4.9.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/5.0.0/microsoft.extensions.caching.abstractions.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/3.1.2/microsoft.extensions.dependencymodel.3.1.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.io.recyclablememorystream/index.json
    GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.buffers/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.io.recyclablememorystream/2.1.1/microsoft.io.recyclablememorystream.2.1.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.5.0/system.configuration.configurationmanager.4.5.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.buffers/4.4.0/system.buffers.4.4.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/3.1.0/microsoft.extensions.configuration.json.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.5.0/system.security.cryptography.protecteddata.4.5.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.data.common/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.data.common/4.3.0/system.data.common.4.3.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/3.1.0/microsoft.extensions.configuration.fileextensions.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/3.1.0/microsoft.extensions.fileproviders.physical.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/4.7.0/system.security.cryptography.pkcs.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/3.1.0/microsoft.extensions.fileproviders.abstractions.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.7.0/system.security.cryptography.cng.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/3.1.0/microsoft.extensions.filesystemglobbing.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.2/system.security.cryptography.x509certificates.4.3.2.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.1.0/microsoft.extensions.configuration.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/index.json
    GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.2/runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.xml.xpath.xmldocument/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.xml.xpath.xmldocument/4.3.0/system.xml.xpath.xmldocument.4.3.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/yitter.idgenerator/1.0.12/yitter.idgenerator.1.0.12.nupkg 562 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg 471 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.7.0/microsoft.csharp.4.7.0.nupkg 532 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/3.1.2/microsoft.extensions.dependencyinjection.3.1.2.nupkg 526 毫秒
    OK https://api.nuget.org/v3-flatcontainer/zack.efcore.batch.sqlite/1.4.8/zack.efcore.batch.sqlite.1.4.8.nupkg 565 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/3.1.2/microsoft.extensions.dependencymodel.3.1.2.nupkg 553 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/5.0.9/microsoft.entityframeworkcore.design.5.0.9.nupkg 595 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/zack.efcore.batch/index.json
    GET https://api.nuget.org/v3-flatcontainer/zack.efcore.batch/1.4.8/zack.efcore.batch.1.4.8.nupkg
    OK https://api.nuget.org/v3-flatcontainer/oncemi.aspnetcore.oss/1.0.9/oncemi.aspnetcore.oss.1.0.9.nupkg 682 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/5.0.5/microsoft.entityframeworkcore.sqlite.5.0.5.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/5.0.0/microsoft.extensions.caching.abstractions.5.0.0.nupkg 597 毫秒
    OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.2/runtime.native.system.security.cryptography.openssl.4.3.2.nupkg 452 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.2/microsoft.extensions.dependencyinjection.abstractions.3.1.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json
    OK https://api.nuget.org/v3-flatcontainer/miniexcel/0.18.0/miniexcel.0.18.0.nupkg 794 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json
    GET https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    OK https://api.nuget.org/v3-flatcontainer/zack.efcore.batch/1.4.8/zack.efcore.batch.1.4.8.nupkg 144 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.json/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/index.json
    GET https://api.nuget.org/v3-flatcontainer/system.text.json/4.7.1/system.text.json.4.7.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/5.0.9/microsoft.entityframeworkcore.relational.5.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/5.0.5/microsoft.entityframeworkcore.relational.5.0.5.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/3.1.0/microsoft.extensions.fileproviders.abstractions.3.1.0.nupkg 640 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/5.0.5/microsoft.entityframeworkcore.5.0.5.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/5.0.5/microsoft.entityframeworkcore.sqlite.5.0.5.nupkg 180 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/5.0.9/microsoft.entityframeworkcore.5.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.5/microsoft.entityframeworkcore.abstractions.5.0.5.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.5/microsoft.entityframeworkcore.analyzers.5.0.5.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.newtonsoftjson/5.0.10/microsoft.aspnetcore.mvc.newtonsoftjson.5.0.10.nupkg 936 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/excelnumberformat/index.json
    OK https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg 124 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.2/microsoft.extensions.dependencyinjection.abstractions.3.1.2.nupkg 168 毫秒
    OK https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg 100 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/5.0.5/microsoft.entityframeworkcore.sqlite.core.5.0.5.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/humanizer.core/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.1.0/microsoft.extensions.primitives.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/aliyun.oss.sdk.netcore/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/5.0.10/microsoft.aspnetcore.jsonpatch.5.0.10.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg 134 毫秒
    OK https://api.nuget.org/v3-flatcontainer/furion.extras.databaseaccessor.sqlsugar/2.19.0/furion.extras.databaseaccessor.sqlsugar.2.19.0.nupkg 861 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/index.json
    GET https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg
    OK https://api.nuget.org/v3-flatcontainer/furion.extras.objectmapper.mapster/2.19.0/furion.extras.objectmapper.mapster.2.19.0.nupkg 1006 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/5.0.0/microsoft.extensions.caching.memory.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/excelnumberformat/1.1.0/excelnumberformat.1.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlsugarcore/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.1/microsoft.extensions.dependencyinjection.5.0.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/aliyun.oss.sdk.netcore/2.13.0/aliyun.oss.sdk.netcore.2.13.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/index.json
    OK https://api.nuget.org/v3-flatcontainer/furion.extras.authentication.jwtbearer/2.19.0/furion.extras.authentication.jwtbearer.2.19.0.nupkg 1024 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/mapster/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/5.0.9/microsoft.entityframeworkcore.5.0.9.nupkg 115 毫秒
    GET https://api.nuget.org/v3-flatcontainer/humanizer.core/2.8.26/humanizer.core.2.8.26.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/crc32.net/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/index.json
    GET https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/2.0.4/sqlitepclraw.bundle_e_sqlite3.2.0.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlsugarcore/5.0.4/sqlsugarcore.5.0.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/index.json
    GET https://api.nuget.org/v3-flatcontainer/mapster/7.2.0/mapster.7.2.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/crc32.net/1.2.0/crc32.net.1.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.collections.immutable/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/5.0.10/microsoft.aspnetcore.authentication.jwtbearer.5.0.10.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/mapster.dependencyinjection/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.staticfiles/index.json
    GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/2.1.1/microsoft.data.sqlclient.2.1.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.collections.immutable/5.0.0/system.collections.immutable.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/mapster.dependencyinjection/1.0.0/mapster.dependencyinjection.1.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.staticfiles/2.2.0/microsoft.aspnetcore.staticfiles.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/5.0.0/system.componentmodel.annotations.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/5.0.5/microsoft.entityframeworkcore.sqlite.core.5.0.5.nupkg 114 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/2.1.1/microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/zack.efcore.batch.mssql/1.4.9/zack.efcore.batch.mssql.1.4.9.nupkg 961 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/5.0.0/microsoft.extensions.configuration.binder.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.1.0/microsoft.extensions.primitives.3.1.0.nupkg 116 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.2/microsoft.extensions.dependencyinjection.5.0.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/5.0.10/microsoft.aspnetcore.jsonpatch.5.0.10.nupkg 123 毫秒
    GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.1/system.diagnostics.diagnosticsource.5.0.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.7.0/microsoft.win32.registry.4.7.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg 121 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/excelnumberformat/1.1.0/excelnumberformat.1.1.0.nupkg 121 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/restsharp/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/5.0.0/microsoft.entityframeworkcore.sqlserver.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/restsharp/106.12.0/restsharp.106.12.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.7.0/system.diagnostics.diagnosticsource.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.reactive.linq/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/5.0.0/microsoft.extensions.caching.memory.5.0.0.nupkg 148 毫秒
    GET https://api.nuget.org/v3-flatcontainer/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.7.0/system.configuration.configurationmanager.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/tencent.qcloud.cos.sdk/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.1/microsoft.extensions.dependencyinjection.5.0.1.nupkg 151 毫秒
    GET https://api.nuget.org/v3-flatcontainer/tencent.qcloud.cos.sdk/5.4.23/tencent.qcloud.cos.sdk.5.4.23.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/5.0.5/microsoft.data.sqlite.core.5.0.5.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.windows.extensions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.7.0/system.windows.extensions.4.7.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/2.0.4/sqlitepclraw.bundle_e_sqlite3.2.0.4.nupkg 144 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg 139 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/3.1.6/microsoft.dotnet.platformabstractions.3.1.6.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/5.0.0/microsoft.extensions.dependencymodel.5.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/crc32.net/1.2.0/crc32.net.1.2.0.nupkg 156 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.caching/4.7.0/system.runtime.caching.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.core/index.json
    OK https://api.nuget.org/v3-flatcontainer/mapster/7.2.0/mapster.7.2.0.nupkg 158 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/index.json
    OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/1.0.2/newtonsoft.json.bson.1.0.2.nupkg 159 毫秒
    GET https://api.nuget.org/v3-flatcontainer/sqlitepclraw.core/2.0.4/sqlitepclraw.core.2.0.4.nupkg
    OK https://api.nuget.org/v3-flatcontainer/mapster.dependencyinjection/1.0.0/mapster.dependencyinjection.1.0.0.nupkg 164 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.9/microsoft.entityframeworkcore.abstractions.5.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.dynamic_cdecl/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.21.1/microsoft.identity.client.4.21.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.staticfiles/2.2.0/microsoft.aspnetcore.staticfiles.2.2.0.nupkg 170 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.1/system.diagnostics.diagnosticsource.5.0.1.nupkg 140 毫秒
    GET https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.dynamic_cdecl/2.0.4/sqlitepclraw.provider.dynamic_cdecl.2.0.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.9/microsoft.entityframeworkcore.analyzers.5.0.9.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/6.8.0/microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/5.0.0/microsoft.extensions.configuration.binder.5.0.0.nupkg 164 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/5.0.10/microsoft.entityframeworkcore.sqlite.5.0.10.nupkg 1182 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3/2.0.4/sqlitepclraw.lib.e_sqlite3.2.0.4.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/6.8.0/microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/5.0.0/microsoft.entityframeworkcore.sqlserver.5.0.0.nupkg 150 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/5.0.10/microsoft.entityframeworkcore.sqlite.core.5.0.10.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/6.8.0/microsoft.identitymodel.tokens.6.8.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/newtonsoft.json/10.0.3/newtonsoft.json.10.0.3.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/2.2.0/microsoft.extensions.webencoders.2.2.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/restsharp/106.12.0/restsharp.106.12.0.nupkg 177 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg 1197 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/5.0.0/microsoft.entityframeworkcore.relational.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/5.0.0/microsoft.entityframeworkcore.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.0/microsoft.entityframeworkcore.abstractions.5.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg 174 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.text.json/4.7.1/system.text.json.4.7.1.nupkg 486 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.0/microsoft.entityframeworkcore.analyzers.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.0/system.diagnostics.diagnosticsource.5.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/tencent.qcloud.cos.sdk/5.4.23/tencent.qcloud.cos.sdk.5.4.23.nupkg 202 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/2.0.1/microsoft.data.sqlclient.2.0.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient.sni.runtime/2.0.1/microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg 233 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.7.0/system.text.encoding.codepages.4.7.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/sqlitepclraw.core/2.0.4/sqlitepclraw.core.2.0.4.nupkg 148 毫秒
    GET https://api.nuget.org/v3-flatcontainer/system.drawing.common/4.7.0/system.drawing.common.4.7.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg 210 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.21.1/microsoft.identity.client.4.21.1.nupkg 143 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identity.client/4.14.0/microsoft.identity.client.4.14.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.9/microsoft.entityframeworkcore.analyzers.5.0.9.nupkg 138 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg 125 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.9/microsoft.entityframeworkcore.abstractions.5.0.9.nupkg 177 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.memory/index.json
    OK https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.dynamic_cdecl/2.0.4/sqlitepclraw.provider.dynamic_cdecl.2.0.4.nupkg 166 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/2.2.0/microsoft.extensions.webencoders.2.2.0.nupkg 125 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.reactive/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.private.uri/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.memory/4.5.3/system.memory.4.5.3.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/mapster.core/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg 167 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite/index.json
    OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/5.0.0/system.diagnostics.diagnosticsource.5.0.0.nupkg 127 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.reactive/5.0.0/system.reactive.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.private.uri/4.3.2/system.private.uri.4.3.2.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/mapster.core/1.2.0/mapster.core.1.2.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.nupkg 336 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite/2.2.4/microsoft.data.sqlite.2.2.4.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/5.0.0/microsoft.extensions.dependencymodel.5.0.0.nupkg 310 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.1/microsoft.netcore.platforms.1.1.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/4.7.0/system.drawing.common.4.7.0.nupkg 133 毫秒
    GET https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/2.2.4/microsoft.data.sqlite.core.2.2.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.3/microsoft.netcore.targets.1.1.3.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_green/1.1.12/sqlitepclraw.bundle_green.1.1.12.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.json/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.json/4.3.0/system.runtime.serialization.json.4.3.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.core/1.1.12/sqlitepclraw.core.1.1.12.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.2/microsoft.extensions.dependencyinjection.5.0.2.nupkg 465 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.securestring/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.securestring/4.3.0/system.security.securestring.4.3.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/5.6.0/microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/5.0.10/microsoft.aspnetcore.authentication.jwtbearer.5.0.10.nupkg 532 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/5.6.0/microsoft.identitymodel.protocols.5.6.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/6.7.1/microsoft.identitymodel.protocols.openidconnect.6.7.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/index.json
    GET https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/5.6.0/system.identitymodel.tokens.jwt.5.6.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/5.6.0/microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/5.6.0/microsoft.identitymodel.tokens.5.6.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/3.1.6/microsoft.dotnet.platformabstractions.3.1.6.nupkg 463 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg 722 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/5.0.5/microsoft.data.sqlite.core.5.0.5.nupkg 479 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg 165 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/6.8.0/microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg 408 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg 384 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.1/microsoft.netcore.platforms.1.1.1.nupkg 175 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.0/microsoft.entityframeworkcore.analyzers.5.0.0.nupkg 362 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg 161 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.e_sqlite3.netstandard11/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.12/sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.12.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg 170 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg 385 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3.v110_xp/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg 473 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/6.8.0/microsoft.identitymodel.tokens.6.8.0.nupkg 466 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3.v110_xp/1.1.12/sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.12.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/5.6.0/microsoft.identitymodel.protocols.5.6.0.nupkg 154 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg 181 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3.osx/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3.osx/1.1.12/sqlitepclraw.lib.e_sqlite3.osx.1.1.12.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg 198 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3.linux/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3.linux/1.1.12/sqlitepclraw.lib.e_sqlite3.linux.1.1.12.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/5.6.0/system.identitymodel.tokens.jwt.5.6.0.nupkg 169 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/mysql.data/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/mysql.data/8.0.21/mysql.data.8.0.21.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/6.8.0/microsoft.identitymodel.protocols.6.8.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/bouncycastle.netcore/index.json
    GET https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/6.8.0/system.identitymodel.tokens.jwt.6.8.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/bouncycastle.netcore/1.8.3/bouncycastle.netcore.1.8.3.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/google.protobuf/index.json
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.0/microsoft.entityframeworkcore.abstractions.5.0.0.nupkg 488 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/5.6.0/microsoft.identitymodel.tokens.5.6.0.nupkg 194 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/google.protobuf/3.6.1/google.protobuf.3.6.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/k4os.compression.lz4/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/index.json
    OK https://api.nuget.org/v3-flatcontainer/humanizer.core/2.8.26/humanizer.core.2.8.26.nupkg 801 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/k4os.compression.lz4/1.1.11/k4os.compression.lz4.1.1.11.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/k4os.compression.lz4.streams/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/k4os.compression.lz4.streams/1.1.11/k4os.compression.lz4.streams.1.1.11.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.1.0/microsoft.extensions.configuration.3.1.0.nupkg 1567 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/k4os.hash.xxhash/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/k4os.hash.xxhash/1.0.6/k4os.hash.xxhash.1.0.6.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/5.0.10/microsoft.entityframeworkcore.sqlite.core.5.0.10.nupkg 576 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/ssh.net/index.json
    GET https://api.nuget.org/v3-flatcontainer/ssh.net/2016.1.0/ssh.net.2016.1.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols.openidconnect/6.7.1/microsoft.identitymodel.protocols.openidconnect.6.7.1.nupkg 256 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.0/microsoft.extensions.configuration.abstractions.3.1.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.4.1/system.configuration.configurationmanager.4.4.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/index.json
    GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.6.0/system.runtime.compilerservices.unsafe.4.6.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/5.6.0/microsoft.identitymodel.logging.5.6.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.permissions/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.permissions/4.6.0/system.security.permissions.4.6.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/4.7.0/microsoft.win32.systemevents.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.6.0/system.security.accesscontrol.4.6.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.0.0/microsoft.netcore.platforms.3.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.6.0/system.security.principal.windows.4.6.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.6.0/system.windows.extensions.4.6.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/oracle.manageddataaccess.core/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/oracle.manageddataaccess.core/3.21.1/oracle.manageddataaccess.core.3.21.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/6.8.0/microsoft.identitymodel.protocols.6.8.0.nupkg 137 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/4.7.0/system.diagnostics.performancecounter.4.7.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.directoryservices/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.directoryservices/4.7.0/system.directoryservices.4.7.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/2.2.4/microsoft.data.sqlite.core.2.2.4.nupkg 428 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.io.filesystem.accesscontrol/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.io.filesystem.accesscontrol/4.7.0/system.io.filesystem.accesscontrol.4.7.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/6.8.0/system.identitymodel.tokens.jwt.6.8.0.nupkg 154 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/4.7.0/system.directoryservices.protocols.4.7.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/5.0.10/microsoft.entityframeworkcore.relational.5.0.10.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/npgsql/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/5.0.10/microsoft.data.sqlite.core.5.0.10.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/npgsql/4.1.3.1/npgsql.4.1.3.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg 148 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg 467 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/sqlsugarcore.dm/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/sqlsugarcore.dm/1.0.0/sqlsugarcore.dm.1.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sqlsugarcore.kdbndp/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/sqlsugarcore.kdbndp/1.0.0/sqlsugarcore.kdbndp.1.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/5.6.0/microsoft.identitymodel.logging.5.6.0.nupkg 132 毫秒
    OK https://api.nuget.org/v3-flatcontainer/ssh.net/2016.1.0/ssh.net.2016.1.0.nupkg 158 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.6.0/system.runtime.compilerservices.unsafe.4.6.0.nupkg 159 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.0/microsoft.extensions.configuration.abstractions.3.1.0.nupkg 171 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/6.8.0/microsoft.identitymodel.logging.6.8.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.4.1/system.configuration.configurationmanager.4.4.1.nupkg 173 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/4.7.0/microsoft.win32.systemevents.4.7.0.nupkg 167 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.0.0/microsoft.netcore.platforms.3.0.0.nupkg 164 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.6.0/system.windows.extensions.4.6.0.nupkg 222 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/5.0.10/microsoft.entityframeworkcore.relational.5.0.10.nupkg 192 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/6.8.0/microsoft.identitymodel.logging.6.8.0.nupkg 140 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/6.7.1/microsoft.identitymodel.protocols.6.7.1.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/6.7.1/system.identitymodel.tokens.jwt.6.7.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/furion.extras.logging.serilog/2.19.0/furion.extras.logging.serilog.2.19.0.nupkg 2359 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.aspnetcore/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.aspnetcore/4.1.0/serilog.aspnetcore.4.1.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocols/6.7.1/microsoft.identitymodel.protocols.6.7.1.nupkg 154 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.identitymodel.tokens.jwt/6.7.1/system.identitymodel.tokens.jwt.6.7.1.nupkg 284 毫秒
    OK https://api.nuget.org/v3-flatcontainer/serilog.aspnetcore/4.1.0/serilog.aspnetcore.4.1.0.nupkg 168 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/serilog/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/serilog/2.10.0/serilog.2.10.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.extensions.hosting/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.extensions.hosting/4.1.2/serilog.extensions.hosting.4.1.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.formatting.compact/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.formatting.compact/1.1.0/serilog.formatting.compact.1.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.settings.configuration/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.settings.configuration/3.1.0/serilog.settings.configuration.3.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.sinks.debug/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/4.1.0/serilog.sinks.file.4.1.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/6.7.1/microsoft.identitymodel.logging.6.7.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/6.7.1/microsoft.identitymodel.tokens.6.7.1.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.4.0/system.security.cryptography.protecteddata.4.4.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/serilog.extensions.hosting/4.1.2/serilog.extensions.hosting.4.1.2.nupkg 129 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.8/microsoft.extensions.dependencyinjection.abstractions.3.1.8.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/3.1.8/microsoft.extensions.hosting.abstractions.3.1.8.nupkg
    OK https://api.nuget.org/v3-flatcontainer/serilog.settings.configuration/3.1.0/serilog.settings.configuration.3.1.0.nupkg 131 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.1.8/microsoft.extensions.logging.abstractions.3.1.8.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/index.json
    GET https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/3.0.1/serilog.extensions.logging.3.0.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.nupkg 130 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/2.0.4/microsoft.extensions.dependencymodel.2.0.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.0.0/microsoft.extensions.options.configurationextensions.2.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/4.1.0/serilog.sinks.file.4.1.0.nupkg 134 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.4.0/system.security.cryptography.protecteddata.4.4.0.nupkg 172 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.1.8/microsoft.extensions.logging.abstractions.3.1.8.nupkg 179 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.8/microsoft.extensions.dependencyinjection.abstractions.3.1.8.nupkg 208 毫秒
    OK https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/3.0.1/serilog.extensions.logging.3.0.1.nupkg 191 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.0.0/microsoft.extensions.options.configurationextensions.2.0.0.nupkg 208 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.0.0/microsoft.extensions.options.2.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/5.0.10/microsoft.entityframeworkcore.5.0.10.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.0.0/microsoft.extensions.configuration.abstractions.2.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.10/microsoft.entityframeworkcore.abstractions.5.0.10.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.0.0/microsoft.extensions.configuration.binder.2.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.10/microsoft.entityframeworkcore.analyzers.5.0.10.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/3.1.8/microsoft.extensions.hosting.abstractions.3.1.8.nupkg 285 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/6.7.1/microsoft.identitymodel.jsonwebtokens.6.7.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg 451 毫秒
    OK https://api.nuget.org/v3-flatcontainer/serilog.formatting.compact/1.1.0/serilog.formatting.compact.1.1.0.nupkg 476 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.0.0/microsoft.extensions.options.2.0.0.nupkg 140 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.2.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.0.0/microsoft.extensions.configuration.abstractions.2.0.0.nupkg 161 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg 148 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/5.0.10/microsoft.entityframeworkcore.analyzers.5.0.10.nupkg 154 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.0.0/microsoft.extensions.configuration.binder.2.0.0.nupkg 170 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.0.0/microsoft.extensions.configuration.2.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/6.7.1/microsoft.identitymodel.jsonwebtokens.6.7.1.nupkg 143 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.8/microsoft.extensions.configuration.abstractions.3.1.8.nupkg
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/3.1.8/microsoft.extensions.fileproviders.abstractions.3.1.8.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/2.0.4/microsoft.extensions.dependencymodel.2.0.4.nupkg 471 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.8/microsoft.extensions.configuration.abstractions.3.1.8.nupkg 170 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.1.8/microsoft.extensions.primitives.3.1.8.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/3.1.8/microsoft.extensions.fileproviders.abstractions.3.1.8.nupkg 183 毫秒
    GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/2.0.4/microsoft.dotnet.platformabstractions.2.0.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/sshnet.security.cryptography/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/sshnet.security.cryptography/1.2.0/sshnet.security.cryptography.1.2.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.4.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.net.nameresolution/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.net.nameresolution/4.0.0/system.net.nameresolution.4.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.0.0/system.security.principal.windows.4.0.0.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.4.0.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.2.0.0.nupkg 406 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/2.0.4/microsoft.dotnet.platformabstractions.2.0.4.nupkg 107 毫秒
    GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.0.0/system.security.principal.windows.4.0.0.nupkg 105 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.4.0.1.nupkg 104 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.0.0/microsoft.extensions.configuration.2.0.0.nupkg 434 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.xml.xpath/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.claims/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.claims/4.0.1/system.security.claims.4.0.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.principal/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.security.principal/4.0.1/system.security.principal.4.0.1.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg 415 毫秒
    OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/5.0.10/microsoft.entityframeworkcore.abstractions.5.0.10.nupkg 1329 毫秒
    OK https://api.nuget.org/v3-flatcontainer/furion/2.19.0/furion.2.19.0.nupkg 7560 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/furion.extras.dependencymodel.codeanalysis/index.json
    GET https://api.nuget.org/v3-flatcontainer/furion.extras.dependencymodel.codeanalysis/2.19.0/furion.extras.dependencymodel.codeanalysis.2.19.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/miniprofiler.aspnetcore.mvc/index.json
    GET https://api.nuget.org/v3-flatcontainer/miniprofiler.aspnetcore.mvc/4.2.22/miniprofiler.aspnetcore.mvc.4.2.22.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/index.json
    GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/6.2.2/swashbuckle.aspnetcore.6.2.2.nupkg
    OK https://api.nuget.org/v3-flatcontainer/miniprofiler.aspnetcore.mvc/4.2.22/miniprofiler.aspnetcore.mvc.4.2.22.nupkg 115 毫秒
    OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore/6.2.2/swashbuckle.aspnetcore.6.2.2.nupkg 128 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/index.json
    GET https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/6.2.2/swashbuckle.aspnetcore.swagger.6.2.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggergen/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggergen/6.2.2/swashbuckle.aspnetcore.swaggergen.6.2.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggerui/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swaggerui/6.2.2/swashbuckle.aspnetcore.swaggerui.6.2.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/miniprofiler.aspnetcore/index.json
    OK https://api.nuget.org/v3-flatcontainer/swashbuckle.aspnetcore.swagger/6.2.2/swashbuckle.aspnetcore.swagger.6.2.2.nupkg 116 毫秒
    GET https://api.nuget.org/v3-flatcontainer/miniprofiler.aspnetcore/4.2.22/miniprofiler.aspnetcore.4.2.22.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.openapi/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.openapi/1.2.3/microsoft.openapi.1.2.3.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg 126 毫秒
    OK https://api.nuget.org/v3-flatcontainer/miniprofiler.aspnetcore/4.2.22/miniprofiler.aspnetcore.4.2.22.nupkg 117 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/miniprofiler.shared/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/miniprofiler.shared/4.2.22/miniprofiler.shared.4.2.22.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.4.1/system.diagnostics.diagnosticsource.4.4.1.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.text.json/4.6.0/system.text.json.4.6.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/furion.extras.dependencymodel.codeanalysis/2.19.0/furion.extras.dependencymodel.codeanalysis.2.19.0.nupkg 486 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/ben.demystifier/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/ben.demystifier/0.4.1/ben.demystifier.0.4.1.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/5.0.0/system.reflection.metadata.5.0.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/index.json
    GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/5.0.10/microsoft.aspnetcore.razor.language.5.0.10.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/3.11.0/microsoft.codeanalysis.csharp.3.11.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/index.json
    OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.4.1/system.diagnostics.diagnosticsource.4.4.1.nupkg 107 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/3.11.0/microsoft.codeanalysis.common.3.11.0.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.2/microsoft.codeanalysis.analyzers.3.3.2.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.memory/4.5.4/system.memory.4.5.4.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/5.0.0/system.runtime.compilerservices.unsafe.5.0.0.nupkg
    OK https://api.nuget.org/v3-flatcontainer/system.text.json/4.6.0/system.text.json.4.6.0.nupkg 133 毫秒
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.json/6.0.0-rc.1.21451.13/system.text.json.6.0.0-rc.1.21451.13.nupkg
    GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0-rc.1.21451.13/system.runtime.compilerservices.unsafe.6.0.0-rc.1.21451.13.nupkg
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/index.json
    CACHE https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/6.0.0-rc.1.21451.13/system.text.encodings.web.6.0.0-rc.1.21451.13.nupkg
    OK https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/5.0.10/microsoft.aspnetcore.razor.language.5.0.10.nupkg 154 毫秒
    OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0-rc.1.21451.13/system.runtime.compilerservices.unsafe.6.0.0-rc.1.21451.13.nupkg 125 毫秒
  Installed Microsoft.Extensions.Configuration 2.0.0 from https://api.nuget.org/v3/index.json with content hash SsI4RqI8EH00+cYO96tbftlh87sNUv1eeyuBU1XZdQkG0RrHAOjWgl7P0FoLeTSMXJpOnfweeOWj2d1/5H3FxA==.
  Installed Microsoft.Extensions.Options 2.0.0 from https://api.nuget.org/v3/index.json with content hash sAKBgjl2gWsECBLLR9K54T7/uZaP2n9GhMYHay/oOLfvpvX0+iNAlQ2NJgVE352C9Fs5CDV3VbNTK8T2aNKQFA==.
  Installed Microsoft.Extensions.Configuration.Abstractions 2.0.0 from https://api.nuget.org/v3/index.json with content hash rHFrXqMIvQNq51H8RYTO4IWmDOYh8NUzyqGlh0xHWTP6XYnKk7Ryinys2uDs+Vu88b3AMlM3gBBSs78m6OQpYQ==.
  Installed Microsoft.Extensions.Primitives 2.0.0 from https://api.nuget.org/v3/index.json with content hash ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==.
  Installed System.Diagnostics.DiagnosticSource 4.4.1 from https://api.nuget.org/v3/index.json with content hash U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==.
  Installed System.Runtime.CompilerServices.Unsafe 4.4.0 from https://api.nuget.org/v3/index.json with content hash 9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==.
  Installed System.Xml.XPath 4.0.1 from https://api.nuget.org/v3/index.json with content hash UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==.
  Installed System.Security.Claims 4.0.1 from https://api.nuget.org/v3/index.json with content hash 4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==.
  Installed System.Security.Principal.Windows 4.0.0 from https://api.nuget.org/v3/index.json with content hash iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==.
  Installed System.Security.Principal 4.0.1 from https://api.nuget.org/v3/index.json with content hash On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==.
  Installed Microsoft.EntityFrameworkCore.Abstractions 5.0.10 from https://api.nuget.org/v3/index.json with content hash Ib85lZI/jxvsKcCS0GHVeqBv/JGzEvKa6HkoyxNu0EDmzDoh4OFl+dDKSx4Vr6I5YWT7nQj3sz6I4I0wHSN0xg==.
  Installed Newtonsoft.Json 10.0.3 from https://api.nuget.org/v3/index.json with content hash hSXaFmh7hNCuEoC4XNY5DrRkLDzYHqPx/Ik23R4J86Z7PE/Y6YidhG602dFVdLBRSdG6xp9NabH3dXpcoxWvww==.
  Installed Microsoft.EntityFrameworkCore.Analyzers 5.0.10 from https://api.nuget.org/v3/index.json with content hash MBnG+g6jrmK72y4rU+4y2btHrl72i2q3zrXG3pj2zZGXXrG9Q4SlwL5ul0ASmQXYjhJ4VpDfd4o1/gdRPsa2jA==.
  Installed Microsoft.Extensions.Primitives 3.1.8 from https://api.nuget.org/v3/index.json with content hash XcIoXQhT0kwnEhOKv/LmpWR6yF6QWmBTy9Fcsz4aHuCOgTJ7Zd23ELtUA4BfwlYoFlSedavS+vURz9tNekd44g==.
  Installed Microsoft.IdentityModel.Logging 6.8.0 from https://api.nuget.org/v3/index.json with content hash Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==.
  Installed System.Runtime.CompilerServices.Unsafe 5.0.0 from https://api.nuget.org/v3/index.json with content hash ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==.
  Installed OnceMi.AspNetCore.OSS 1.0.9 from https://api.nuget.org/v3/index.json with content hash vkGlyXiVrlG6akBY38Ib6jx6tbRCR7ERr7UjQYfahRNAKNlZolXWlCg+tRJeuRwCeX022RlrbQp0Dus7kgEaeQ==.
  Installed Magicodes.IE.Excel 2.5.5.4 from https://api.nuget.org/v3/index.json with content hash H0gFRi6BZ7wKUkUfha5lNoSpHC94HbMpJ7hh1BSk59QQMSYi/C/zGzTJ5gyZlaH9BBp/hL6zUEuYJp+VtXM1bQ==.
  Installed Furion.Extras.Authentication.JwtBearer 2.19.0 from https://api.nuget.org/v3/index.json with content hash zDNxa+R85Up2OPeNK8iWiXTnBIxVtdE8VVWA0OmjeZ4RtK8zzLiJm9u5Sjf18A4gOaWHEzkC8HNF+A9P0Pu85w==.
  Installed Furion.Extras.Logging.Serilog 2.19.0 from https://api.nuget.org/v3/index.json with content hash NZ7GTIJKbIUq8fxoAlks5zmdn3Gdt4GjYV95JHSZjC3xT/jBA2duACflRPybfq1GwKp0fmXZnN7VRA/OWyWGEw==.
  Installed Zack.EFCore.Batch.Sqlite 1.4.8 from https://api.nuget.org/v3/index.json with content hash Fq4Bytq4pymBDeCy5ewKdVF9ZQLxsbbb5brwWYPXLHne2slCp+797svHk9O95ttim2o9sS7CjM+9TGxIqPoC+g==.
  Installed Microsoft.NETCore.Platforms 1.1.1 from https://api.nuget.org/v3/index.json with content hash TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==.
  Installed MiniExcel 0.18.0 from https://api.nuget.org/v3/index.json with content hash BABOobiTHPTOh5X0itAJd3wfayKn3yI7YVIWHUeiq8v4VPsKK/aSY5kn7TnpYkqY+rP7Cp/+XH+lB89y2+Ni8g==.
  Installed Furion 2.19.0 from https://api.nuget.org/v3/index.json with content hash XZnkrzY5HAJ6Dq0r/18Arwb0Q9G5fkJ6YICLCPeXcQlESYIzsSVwnJ5sL1nqO4B3lHeBn3AtP3Lt0O486E5iUw==.
  Installed Microsoft.Extensions.FileProviders.Abstractions 3.1.0 from https://api.nuget.org/v3/index.json with content hash G3iBMOnn3tETEUvkE9J3a23wQpRkiXZp73zR0XNlicjLFhkeWW1FCaC2bTjrgHhPi2KO6x0BXnHvVuJPIlygBQ==.
  Installed Furion.Extras.ObjectMapper.Mapster 2.19.0 from https://api.nuget.org/v3/index.json with content hash LtgkKUe/0PkCmD9epMd+KbTD/WRm5X6OieMYdJxoCuF1jmtnmQ0tp/yckEOEwHmnoS2rtMbWlz6KT9CLYLv7MA==.
  Installed System.Windows.Extensions 4.7.0 from https://api.nuget.org/v3/index.json with content hash CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==.
  Installed Yitter.IdGenerator 1.0.12 from https://api.nuget.org/v3/index.json with content hash hDtqOe+7tuEQHUhTwySxupbotkHJTHKo7qV2s7bnpATsakqYU6p7S2q6FLg7xhGzsA625Prk3EVpMGw/2oXoig==.
  Installed Microsoft.AspNetCore.Mvc.NewtonsoftJson 5.0.10 from https://api.nuget.org/v3/index.json with content hash qAaZsKeOOJ8EfGPCAnnZqAQ7lnkj+UcglYcrxXvGbnThpV10cRHy7BruQYPpO/hEBtIUd6Ncp31LSK6LPQFHqA==.
  Installed Microsoft.Extensions.Caching.StackExchangeRedis 5.0.1 from https://api.nuget.org/v3/index.json with content hash IBkNNqbDO2AXObkHnOyI/LWsl1DtKev3PnMRivzcIC86UDcomaKkW5rSUuCDVhKh/lw4mthSolmVkTvCZiWiwA==.
  Installed UAParser 3.1.47 from https://api.nuget.org/v3/index.json with content hash I68Jl/Vs5RQZdz9BbmYtnXgujg0jVd61LhKbyNZOCm9lBxZFGxLbiQo6yFj21VYi7DzPvEvrVOmeC6v41AoLfw==.
  Installed Microsoft.IdentityModel.Logging 5.6.0 from https://api.nuget.org/v3/index.json with content hash zEDrfEVW5x5w2hbTV94WwAcWvtue5hNTXYqoPh3ypF6U8csm09JazEYy+VPp2RtczkyMfcsvWY9Fea17e+isYQ==.
  Installed System.Memory 4.5.4 from https://api.nuget.org/v3/index.json with content hash 1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==.
  Installed Microsoft.EntityFrameworkCore.Design 5.0.9 from https://api.nuget.org/v3/index.json with content hash eNf6vkQAdVkYMEADUrXTPtlgxw7EwkbU8jyaOEdz3J/3JFz2yzdVIwJg66RNMuoqDrktAG1bcR64YEys6DXVFw==.
  Installed Microsoft.EntityFrameworkCore.Tools 5.0.9 from https://api.nuget.org/v3/index.json with content hash BdNfn6IzyD6r6XpjnOn7HuWKryVzT6TnDIH8MZLD3d/wLG24V0BYB1Dyr6wnAqgGXXCZxJf77YES5nobge56aA==.
  Installed System.Security.Principal.Windows 4.6.0 from https://api.nuget.org/v3/index.json with content hash Mdukseovp0YIGaz16FMH6nbfgZkrCFOJbtXQptv0aeBO9h775Ilb9+TDwLVTKikoW7y7CY7lpoXl9zmZ5G3ndA==.
  Installed Microsoft.Win32.SystemEvents 4.7.0 from https://api.nuget.org/v3/index.json with content hash mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==.
  Installed CSRedisCore 3.6.6 from https://api.nuget.org/v3/index.json with content hash fxP+ZuW3wj1425iILLyF+L1oTjWRM5odFn0p/LFYkUWzEfYznjBB7xzn716kVH3SxD0cSv7fj9Jaf1kKaPduRA==.
  Installed System.Drawing.Common 4.7.0 from https://api.nuget.org/v3/index.json with content hash v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==.
  Installed System.Drawing.Common 5.0.2 from https://api.nuget.org/v3/index.json with content hash rvr/M1WPf24ljpvvrVd74+NdjRUJu1bBkspkZcnzSZnmAUQWSvanlQ0k/hVHk+cHufZbZfu7vOh/vYc0q5Uu/A==.
  Installed Microsoft.NETCore.Platforms 3.0.0 from https://api.nuget.org/v3/index.json with content hash TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==.
  Installed System.Linq.Dynamic.Core 1.2.12 from https://api.nuget.org/v3/index.json with content hash wJDLhidcJnLAJeZ4z10YVAxMm4rTW0zlYmUjriJTo4eGLHD5NKZOm6qFabkn5TinbfZ6LM9LeYFPyiQMpRly3Q==.
  Installed Zack.EFCore.Batch.MSSQL 1.4.9 from https://api.nuget.org/v3/index.json with content hash w0y8tYY2mHAFergW+W89IbBQc1MOWE5TkMS8qkxVUf+kizX9bbS4aFWAmLFtPsUKHhtOKkc2F4M6K/ktdzefeA==.
  Installed Microsoft.CSharp 4.7.0 from https://api.nuget.org/v3/index.json with content hash pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==.
  Installed Furion.Extras.DatabaseAccessor.SqlSugar 2.19.0 from https://api.nuget.org/v3/index.json with content hash pACPk6GQYaXCGr/D7W/c0t5hVaY4GJKZwSGsLg9DFiZD7zBO+f2AeJZs1oe4zEY237zAdsEao0iDd626JygomA==.
  Installed Microsoft.CodeAnalysis.Analyzers 3.3.2 from https://api.nuget.org/v3/index.json with content hash 7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==.
  Installed Microsoft.EntityFrameworkCore.Sqlite 5.0.10 from https://api.nuget.org/v3/index.json with content hash 311OWZJJ/37USFHCkeUifUPsB0CqC2fUCl/+rFuGA1W+lZASGk3MjgRUMFszu+dQFtLFrHf9RgNAzTgjcMG+Vg==.
  Installed System.Text.Encoding.CodePages 5.0.0 from https://api.nuget.org/v3/index.json with content hash NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==.
  Installed Mapster.DependencyInjection 1.0.0 from https://api.nuget.org/v3/index.json with content hash nNSGrgu5GirZ8nmuFXHGct+GwXjmbAAb+UqBl3Bwx/vbkCOypuvOziC+wTaNEjz/OE6LMg8yMCZzOtl59Lxw9Q==.
  Installed ExcelNumberFormat 1.1.0 from https://api.nuget.org/v3/index.json with content hash R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==.
  Installed Microsoft.Win32.SystemEvents 5.0.0 from https://api.nuget.org/v3/index.json with content hash Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==.
  Installed Microsoft.EntityFrameworkCore.Relational 5.0.9 from https://api.nuget.org/v3/index.json with content hash rGXoju3HtnxtdYlH7/lOyVlKJ9fZSwORukVCN250Aub2gx9bEmfXlDHeM9Gw9bkeunLEx3OoqL6DAz9VW8YTJA==.
  Installed Mapster 7.2.0 from https://api.nuget.org/v3/index.json with content hash dIXWyCPHrzcQ7Aeblz/bKxsP9ZxGMMbHZTyywZS7/cGa9elPcJiTNeJ4OahzLtATzL13xC4MF8NRNcj49cCIng==.
  Installed Microsoft.NETCore.Platforms 5.0.0 from https://api.nuget.org/v3/index.json with content hash VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==.
  Installed Zack.EFCore.Batch 1.4.8 from https://api.nuget.org/v3/index.json with content hash wp0ni7H4cOKD+bptAyqcuOGCAKpdtN7rTFo1Kbg37QsC+kZzfy+b+do+Yi+go5hAMh0/F2DLAno3rqVhtcTQRA==.
  Installed Microsoft.Extensions.Caching.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==.
  Installed Microsoft.Extensions.Options 5.0.0 from https://api.nuget.org/v3/index.json with content hash CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==.
  Installed Microsoft.Extensions.Primitives 3.1.0 from https://api.nuget.org/v3/index.json with content hash LEKAnX7lhUhSoIc2XraCTK3M4IU/LdVUzCe464Sa4+7F4ZJuXHHRzZli2mDbiT4xzAZhgqXbvfnb5+CNDcQFfg==.
  Installed Microsoft.AspNetCore.JsonPatch 5.0.10 from https://api.nuget.org/v3/index.json with content hash mWblC4aXXHBwKqBOW1J9hF/TKLOyyiaBucoEiLFVgmAMLKe2yHFygmWD4mgvlLEr68w+BqO9RelGTrczZpImrg==.
  Installed Microsoft.EntityFrameworkCore 5.0.9 from https://api.nuget.org/v3/index.json with content hash mA+W/zpJZMp802xt2D+qBXrme4VFN+FlsrHdU6WG5HKDAnezClRksJhJicUR8XojnSPp9SgZKa1aIAasB5G67g==.
  Installed Microsoft.EntityFrameworkCore.SqlServer 5.0.0 from https://api.nuget.org/v3/index.json with content hash ChtvV0o7F1LsD1ek6pgADRJOzswf2YiPlqlEo0SZOfTp3daHgibp4JC9XXI/oXnQoUuRPuqMGtvgxuDXpr2xwQ==.
  Installed Microsoft.Extensions.FileSystemGlobbing 3.1.0 from https://api.nuget.org/v3/index.json with content hash tK5HZOmVv0kUYkonMjuSsxR0CBk+Rd/69QU3eOMv9FvODGZ2d0SR+7R+n8XIgBcCCoCHJBSsI4GPRaoN3Le4rA==.
  Installed Microsoft.Extensions.Configuration.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==.
  Installed Microsoft.EntityFrameworkCore.Sqlite.Core 5.0.10 from https://api.nuget.org/v3/index.json with content hash LerzBEn8jxXoCeZx/mJ+7pzsYIeRINDYmsYSv05fl9jOw5nd8fEDk88U0CY+H40KTOTOxc0tCmFV6gOGNR0ckA==.
  Installed SQLitePCLRaw.bundle_e_sqlite3 2.0.4 from https://api.nuget.org/v3/index.json with content hash f5U8Sw0lRym8tTraJ2zm6OqcDrcrEVvcKDtYlKSLs3Ox9SerkwkPXiFXb/uiW0g2tJdUw6oBhsxI/l5DoRxXMg==.
  Installed StackExchange.Redis 2.0.593 from https://api.nuget.org/v3/index.json with content hash xmWahP59bHEKCz0HNwsG597YXhOy7AhpSLQ25iVofMXxevMsFhy1pqyhvintvDBQ2jlCWy+GWyF11WRobwXN+g==.
  Installed Microsoft.EntityFrameworkCore.Relational 5.0.5 from https://api.nuget.org/v3/index.json with content hash D+9me6olfUKpti0WkMFsKk9T4uTPZ+3mg/NIwq1Fhp/qQAu9yg2FZTUa0O8ugGuiGyJHfi8tMvh+iCL0LTpG4g==.
  Installed Microsoft.EntityFrameworkCore.Sqlite 5.0.5 from https://api.nuget.org/v3/index.json with content hash H6I/1bRafr7RFMpLg62Nje+8uRo7E1amm5IBYAO8KJo6YOwwS/FGNGD2ZjT9Jf28WEo2ahvHH4isqYkvDJRKiw==.
  Installed SQLitePCLRaw.provider.dynamic_cdecl 2.0.4 from https://api.nuget.org/v3/index.json with content hash AY6+vv/4ji1mCkLrS6HP/88rHT9YFKRyg3LUj8RyIk6imJMUFdQDiP8rK8gq0a/0FbqspLjK1t7rtKcr7FXRYA==.
  Installed Microsoft.EntityFrameworkCore.Relational 5.0.0 from https://api.nuget.org/v3/index.json with content hash UMhoo0t3eii73AUwsvbGpYMGXS0ga/uA/cukgJza+IJ4EtcuNfdhGsA3emzf9nYpQ7urJzWzU6VOfG59h935Ag==.
  Installed SQLitePCLRaw.core 2.0.4 from https://api.nuget.org/v3/index.json with content hash 4XlDZpDAsboMD6qZQcz9AaKblKDUTVHF+8f3lvbP7QjoqSRr2Xc0Lm34IK2pjRIYnyFLhI3yOJ5YWfOiCid2yg==.
  Installed Microsoft.AspNetCore.StaticFiles 2.2.0 from https://api.nuget.org/v3/index.json with content hash byZDrjir6Co5EoWbraQyG0qbPCUG6XgGYQstipMF9lucOAjq/mqnIyt8B8iMWnin/ghZoOln9Y01af4rUAwOhA==.
  Installed Microsoft.Extensions.Configuration.Binder 5.0.0 from https://api.nuget.org/v3/index.json with content hash Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==.
  Installed Tencent.QCloud.Cos.Sdk 5.4.23 from https://api.nuget.org/v3/index.json with content hash me89LkdvPE4QR9LPkpR8RDYQwZMJ257cXgZIezpvzPRVVYTdQ4/KxgMgTey1S5RdJagkrsLbA4cLQknVdjiX3A==.
  Installed Microsoft.DotNet.PlatformAbstractions 3.1.6 from https://api.nuget.org/v3/index.json with content hash jek4XYaQ/PGUwDKKhwR8K47Uh1189PFzMeLqO83mXrXQVIpARZCcfuDedH50YDTepBkfijCZN5U/vZi++erxtg==.
  Installed Aliyun.OSS.SDK.NetCore 2.13.0 from https://api.nuget.org/v3/index.json with content hash ElvJwTAdBqFmgb7K4PdxDXPFbOBCIUI5OvCOMfCoUoDL21aivtWMFUtU1v4Dxc2wcrN8XQdY1EKeGFhJK/zVyQ==.
  Installed Microsoft.Extensions.Caching.Memory 5.0.0 from https://api.nuget.org/v3/index.json with content hash /1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==.
  Installed Microsoft.Data.Sqlite.Core 5.0.10 from https://api.nuget.org/v3/index.json with content hash Uv/pSj1qu+yhAmGtel1rGAjBplcH8BfNaDTgeeCat4Y3nW4b17zdUffvKGBYKcrVfzInf5teHclKKv2fIsm01A==.
  Installed Microsoft.Extensions.DependencyInjection 5.0.2 from https://api.nuget.org/v3/index.json with content hash xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==.
  Installed RestSharp 106.12.0 from https://api.nuget.org/v3/index.json with content hash irOsQHe5nTJB0BKxGQnTX1dsgCPl5dLTxvL7gbl98JiFPiHMN4wpFyUG/66ZpaFCsIrPKh6XwozWXlwYe9JwYQ==.
  Installed Microsoft.EntityFrameworkCore.Relational 5.0.10 from https://api.nuget.org/v3/index.json with content hash 3l7GA+0y5E3kDOl85KRHhC0zXYA/CyQBQqDXvFGkqYzdPMRyWQkaQz2+yN4CN/SC+TVa48FPIAc2Wim8aWAliQ==.
  Installed Microsoft.Extensions.DependencyModel 5.0.0 from https://api.nuget.org/v3/index.json with content hash umBECCoMC+sOUgm083yFr8SxTobUOcPFH4AXigdO2xJiszCHAnmeDl4qPphJt+oaJ/XIfV1wOjIts2nRnki61Q==.
  Installed Crc32.NET 1.2.0 from https://api.nuget.org/v3/index.json with content hash wNW/huzolu8MNKUnwCVKxjfAlCFpeI8AZVfF46iAWJ1+P6bTU1AZct7VAkDDEjgeeTJCVTkGZaD6jSd/fOiUkA==.
  Installed DynamicExpresso.Core 2.3.3 from https://api.nuget.org/v3/index.json with content hash p6GEP3BphaT9xa59VjpQeozkloXjcDmoL6aPXOInl5S5chWtB82H+GiirV3H1bP39ZeXX2e1UN0w7/pD1wCUlg==.
  Installed Swashbuckle.AspNetCore 6.2.2 from https://api.nuget.org/v3/index.json with content hash Irw1OHu06kN3KOpLLQvy4pb/K7AjphnaNFWa9AZCEh0CNZ+3Eesqr/WfNzhX6w6om0Y4LEhVmbub83aGAZoguQ==.
  Installed Magicodes.IE.Core 2.5.5.4 from https://api.nuget.org/v3/index.json with content hash BTn1KBgci6JSzEb5wI0Iov4fbKXlz+aRCLtkJaN+/HWf6Dyx/16kZy4VSVGCSDH/nSJErDUQWrGAQtubXlm24Q==.
  Installed runtime.osx.10.10-x64.CoreCompat.System.Drawing 5.8.64 from https://api.nuget.org/v3/index.json with content hash Ey7xQgWwixxdrmhzEUvaR4kxZDSQMWQScp8ViLvmL5xCBKG6U3TaMv/jzHilpfQXpHmJ4IylKGzzMvnYX2FwHQ==.
  Installed Magicodes.EPPlus 4.6.6 from https://api.nuget.org/v3/index.json with content hash FGUc3Ntt9Sj0PpQx6TaNmfet/m+rmJEqZavFEMtOmEglX+ZHRLn1JfuDOhV5MTjkfjVhew6h66Ube8gtbPhv7g==.
  Installed System.Diagnostics.PerformanceCounter 4.5.0 from https://api.nuget.org/v3/index.json with content hash JUO5/moXgchWZBMBElgmPebZPKCgwW8kY3dFwVJavaNR2ftcc/YjXXGjOaCjly2KBXT7Ld5l/GTkMVzNv41yZA==.
  Installed Microsoft.NETCore.Targets 1.1.3 from https://api.nuget.org/v3/index.json with content hash 3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==.
  Installed SqlSugarCore 5.0.4 from https://api.nuget.org/v3/index.json with content hash FCJjtv7iT+7YVWoBSMoRNFuS1Dhaucj/jz0pI2JNH14a748A5OFN6Psu6onIvMTrH0Ej7+/Rxdws73IjhTyl0A==.
  Installed Microsoft.AspNetCore.Authentication.JwtBearer 5.0.10 from https://api.nuget.org/v3/index.json with content hash WGMw2zDSgLcxSO0jwBPpp20e+LpvAFe/AhUlEQIV5IkPJOIZtEKbF58tRZb/qoAIJ00GfREsSLZAey1OVDI2KA==.
  Installed MiniProfiler.AspNetCore.Mvc 4.2.22 from https://api.nuget.org/v3/index.json with content hash nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==.
  Installed Microsoft.EntityFrameworkCore.Analyzers 5.0.9 from https://api.nuget.org/v3/index.json with content hash eyuPLRFjcF7VWH8qy1uUuMrO02W15n9EXAXnYjCTWgH0SDIeZAa2XZXMZ9U3dvOPtvllMBy0obYA5SSbnpaNoQ==.
  Installed Furion.Extras.DependencyModel.CodeAnalysis 2.19.0 from https://api.nuget.org/v3/index.json with content hash NqcgG9Z9B5BRX3fMV0XqN3uYkRwGxqALtWCeYDISsIWRPtY2FeiYlzKtRL7tteeN3impk1TxsVjbYvIOIVXitg==.
  Installed Microsoft.Extensions.Logging.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==.
  Installed Microsoft.EntityFrameworkCore.Sqlite.Core 5.0.5 from https://api.nuget.org/v3/index.json with content hash Jo1QTSGpeMBJnjLhpD6aWqrMWOFI6qFurnm4v05qMJjkosfBNrXkEMu7YF5szLCXspoEsmHDej5CE44vPAYByw==.
  Installed System.IO.Pipelines 4.5.1 from https://api.nuget.org/v3/index.json with content hash oY5m31iOIZhvW0C69YTdKQWIbiYjFLgxn9NFXA7XeWD947uEk0zOi9fLbGtYgbs1eF7kTQ4zl9IeGQHthz+m+A==.
  Installed Microsoft.Data.SqlClient 2.0.1 from https://api.nuget.org/v3/index.json with content hash cff+ug/XZnGmX6DFgLY92t7G9W3i8r23w5Qnuby41l9rS+X+f7Y51hV5glvIrmsu3tIcnxbR+Z4CQ2zGhksIJw==.
  Installed Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==.
  Installed Microsoft.Extensions.Configuration.Binder 2.0.0 from https://api.nuget.org/v3/index.json with content hash IznHHzGUtrdpuQqIUdmzF6TYPcsYHONhHh3o9dGp39sX/9Zfmt476UnhvU0UhXgJnXXAikt/MpN6AuSLCCMdEQ==.
  Installed SQLitePCLRaw.lib.e_sqlite3 2.0.4 from https://api.nuget.org/v3/index.json with content hash oetvmtDZOE4Nnrtxd8Trapl9geBiu0rDCUXff46qGYjnUwzaU1mZ3OHnfR402tl32rx8gBWg3n5OBRaPJRbsGw==.
  Installed Microsoft.Extensions.Primitives 5.0.0 from https://api.nuget.org/v3/index.json with content hash cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==.
  Installed Pipelines.Sockets.Unofficial 2.0.17 from https://api.nuget.org/v3/index.json with content hash LQCDUvTHMdDm1TnGyoHbzrnTpFO3+zmem4HjG27zxEnCjJjr3iD/WNAsUxIgHoY2DzUZ6d0LfBhf2LgLvjAnQg==.
  Installed Serilog.AspNetCore 4.1.0 from https://api.nuget.org/v3/index.json with content hash qRdEkjX10VJ5Cb3B9q/Q/tv+0ntDxAIA1YbOmmNMlkha1TU0ckK5b73eBYMNNLMAU92ofrzOEuIJEc6Q+Q1Z2A==.
  Installed Mapster.Core 1.2.0 from https://api.nuget.org/v3/index.json with content hash TNdqZk2zAuBYfJF88D/3clQTOyOdqr1crU81yZQtlGa+e7FYWhJdK/buBWT+TpM3qQko9UzmzfOT4iq3JCs/ZA==.
  Installed Microsoft.AspNetCore.Http.Extensions 2.2.0 from https://api.nuget.org/v3/index.json with content hash 2DgZ9rWrJtuR7RYiew01nGRzuQBDaGHGmK56Rk54vsLLsCdzuFUPqbDTJCS1qJQWTbmbIQ9wGIOjpxA1t0l7/w==.
  Installed Microsoft.Extensions.DependencyInjection 3.1.2 from https://api.nuget.org/v3/index.json with content hash e+F6/wjQPOFHB/sGWTAqC8FX/C6+JZWWLpryXTAQYIS3tr+17lByADdP9Y6RtxfJ4kW/IPrU6RuxTNZNdAQz1A==.
  Installed Microsoft.AspNetCore.Hosting.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==.
  Installed System.Collections.Immutable 5.0.0 from https://api.nuget.org/v3/index.json with content hash FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==.
  Installed Microsoft.Extensions.WebEncoders 2.2.0 from https://api.nuget.org/v3/index.json with content hash V8XcqYcpcdBAxUhLeyYcuKmxu4CtNQA9IphTnARpQGhkop4A93v2XgM3AtaVVJo3H2cDWxWM6aeO8HxkifREqw==.
  Installed System.Diagnostics.DiagnosticSource 4.7.0 from https://api.nuget.org/v3/index.json with content hash oJjw3uFuVDJiJNbCD8HB4a2p3NYLdt1fiT5OGsPLw+WTOuG0KpP4OXelMmmVKpClueMsit6xOlzy4wNKQFiBLg==.
  Installed Microsoft.EntityFrameworkCore.Abstractions 5.0.9 from https://api.nuget.org/v3/index.json with content hash csbpDaXe9iQUkvDS3JZRAFfkgcRA7BlHE3u8feBLlYervmTAS1WIWPBZKMtH0a2GO5njwAABU3j+hZMCPYBrzQ==.
  Installed Microsoft.EntityFrameworkCore 5.0.0 from https://api.nuget.org/v3/index.json with content hash QJk6pwN5wCriRdaNXQQxifeDNYephqqDMSXAQFX1nZjHwz/hChD0kDwklX20FexN9IAwQftepMbglcjwTX3l4Q==.
  Installed Microsoft.Extensions.Logging 5.0.0 from https://api.nuget.org/v3/index.json with content hash MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==.
  Installed Microsoft.Extensions.FileProviders.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash EcnaSsPTqx2MGnHrmWOD0ugbuuqVT8iICqSqPzi45V5/MA1LjUNb0kwgcxBGqizV1R+WeBK7/Gw25Jzkyk9bIw==.
  Installed System.Runtime.Loader 4.3.0 from https://api.nuget.org/v3/index.json with content hash DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==.
  Installed System.ComponentModel.Annotations 5.0.0 from https://api.nuget.org/v3/index.json with content hash dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==.
  Installed System.Threading.Tasks.Extensions 4.5.4 from https://api.nuget.org/v3/index.json with content hash zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==.
  Installed Microsoft.EntityFrameworkCore 5.0.5 from https://api.nuget.org/v3/index.json with content hash lBIGKXhduT94Qats0ImMma9NWnsSLhz04JdD+Mi7DeCDPd3hiA668jREzCiLb9FqcmAIrLx8pxIo9cwjEHfYtQ==.
  Installed System.Diagnostics.DiagnosticSource 5.0.1 from https://api.nuget.org/v3/index.json with content hash uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==.
  Installed Microsoft.Win32.Registry 4.7.0 from https://api.nuget.org/v3/index.json with content hash KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==.
  Installed System.Security.Principal.Windows 4.7.0 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==.
  Installed Microsoft.Data.SqlClient.SNI.runtime 2.0.1 from https://api.nuget.org/v3/index.json with content hash MalWSIMdwLZoNXxjmFmeRrFgaUXbEADkYNGm6HM33pculFv8gKt53s1Frs+kTfVPWMYjocd4gqwz92KrkcLfXA==.
  Installed System.Runtime.Caching 4.7.0 from https://api.nuget.org/v3/index.json with content hash NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==.
  Installed System.Text.Encoding.CodePages 4.7.0 from https://api.nuget.org/v3/index.json with content hash aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==.
  Installed NETStandard.Library 2.0.0 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash 7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==.
  Installed Microsoft.Extensions.Logging.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash B2WqEox8o+4KUOpL7rZPyh6qYjik8tHi2tN8Z9jZkHzED8ElYgZa/h6K+xliB435SqUcWT290Fr2aa8BtZjn8A==.
  Installed Microsoft.IdentityModel.Protocols.OpenIdConnect 6.7.1 from https://api.nuget.org/v3/index.json with content hash 99gA+E6ZOCqySrT80Yh6wrfjJfeMxDisdAcA5Q66zHxMPY5Gzc8aT2Ldzu0GP1sADv/o3yI1Gc3P1GHXlXAVVQ==.
  Installed Microsoft.Extensions.DependencyInjection.Abstractions 2.0.0 from https://api.nuget.org/v3/index.json with content hash eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==.
  Installed System.Memory 4.5.3 from https://api.nuget.org/v3/index.json with content hash 3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==.
  Installed Microsoft.IdentityModel.Protocols.OpenIdConnect 5.6.0 from https://api.nuget.org/v3/index.json with content hash yh3n+uXiwpBy/5+t67tYcmRxb9kwQdaKRyG/DNipRMF37bg5Jr0vENOo1BQz6OySMl5WIK544SzPjtr7/KkucA==.
  Installed Microsoft.Extensions.Configuration.Json 3.1.0 from https://api.nuget.org/v3/index.json with content hash gBpBE1GoaCf1PKYC7u0Bd4mVZ/eR2bnOvn7u8GBXEy3JGar6sC3UVpVfTB9w+biLPtzcukZynBG9uchSBbLTNQ==.
  Installed Microsoft.IdentityModel.JsonWebTokens 5.6.0 from https://api.nuget.org/v3/index.json with content hash 0q0U1W+gX1jmfmv7uU7GXFGB518atmSwucxsVwPGpuaGS3jwd2tUi+Gau+ezxR6oAFEBFKG9lz/fxRZzGMeDXg==.
  Installed System.Security.Cryptography.X509Certificates 4.3.2 from https://api.nuget.org/v3/index.json with content hash uwlfOnvJd7rXRvP3aV126Q9XebIIEGEaZ245Rd5/ZwOg7U7AU+AmpE0vRh2F0DFjfOTuk7MAexv4nYiNP/RYnQ==.
  Installed Microsoft.IO.RecyclableMemoryStream 2.1.1 from https://api.nuget.org/v3/index.json with content hash BTrXL3Ej17x+aze3xbso4xn16ajFaBU1YKQypzrirX4attETZnqCXLB+yRwo1hsZsP1U0O6mNCPuSdccTHCrBg==.
  Installed System.Xml.XPath.XmlDocument 4.3.0 from https://api.nuget.org/v3/index.json with content hash A/uxsWi/Ifzkmd4ArTLISMbfFs6XpRPsXZonrIqyTY70xi8t+mDtvSM5Os0RqyRDobjMBwIDHDL4NOIbkDwf7A==.
  Installed Microsoft.Extensions.DependencyModel 3.1.2 from https://api.nuget.org/v3/index.json with content hash AZR4ChHbwEHArC6iuLyf5Pr7BANayuVGcDUzuF+HoX5P1MTxFnyJu7cYOgRwPWAgIDZftqqeOm4LbGIQnQXsTw==.
  Installed System.Configuration.ConfigurationManager 4.7.0 from https://api.nuget.org/v3/index.json with content hash /anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==.
  Installed Microsoft.Extensions.DependencyInjection 5.0.0 from https://api.nuget.org/v3/index.json with content hash Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==.
  Installed System.Data.Common 4.3.0 from https://api.nuget.org/v3/index.json with content hash lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==.
  Installed Microsoft.EntityFrameworkCore 5.0.10 from https://api.nuget.org/v3/index.json with content hash w5+5oewaQWDj4ChxxjLhdxIi98dK+kq7wvqnTco9PodkqHIDMfKk+5fQCQGLQrbhTdNaqyfYE1ApFP66mLXv6Q==.
  Installed Newtonsoft.Json.Bson 1.0.2 from https://api.nuget.org/v3/index.json with content hash QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==.
  Installed SqlSugarCore.Kdbndp 1.0.0 from https://api.nuget.org/v3/index.json with content hash xQpxN40OUlg3FZnypcXBCFvNl1ndueOjW4Wc+lnk2YjCK+sKjKr/YejJY/DuT/WthY+Z5p086K6igUTX9ZHg2Q==.
  Installed System.Security.Cryptography.Pkcs 4.7.0 from https://api.nuget.org/v3/index.json with content hash 0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==.
  Installed System.Reactive.Linq 5.0.0 from https://api.nuget.org/v3/index.json with content hash IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==.
  Installed System.ComponentModel.Annotations 4.7.0 from https://api.nuget.org/v3/index.json with content hash 0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==.
  Installed Microsoft.Data.Sqlite 2.2.4 from https://api.nuget.org/v3/index.json with content hash QgYDdW07QZUyZPwisIU3Db62FnK6Yfcuru7KAsHusLGstJ0kBIXFnG185PcWmm2ba4AN0ab1iwrhXZr/9Yxj0w==.
  Installed Swashbuckle.AspNetCore.Swagger 6.2.2 from https://api.nuget.org/v3/index.json with content hash o8UV8yecriMfHTFx1elrltamuSv36g5KtofKtsb1VZ/xHuFADUSBvNzdTZzSy4igBf06+dmimh3oM/JeMPkL3g==.
  Installed Serilog.Formatting.Compact 1.1.0 from https://api.nuget.org/v3/index.json with content hash pNroKVjo+rDqlxNG5PXkRLpfSCuDOBY0ri6jp9PLe505ljqwhwZz8ospy2vWhQlFu5GkIesh3FcDs4n7sWZODA==.
  Installed Serilog.Sinks.Console 3.1.1 from https://api.nuget.org/v3/index.json with content hash 56mI5AqvyF/i/c2451nvV71kq370XOCE4Uu5qiaJ295sOhMb9q3BWwG7mWLOVSnmpWiq0SBT3SXfgRXGNP6vzA==.
  Installed Microsoft.DotNet.PlatformAbstractions 2.0.4 from https://api.nuget.org/v3/index.json with content hash 2HjSGp63VCLQaeGadrLYR868g25mJHr+TFF81yWCaClzjUbU2vNDx6km7SUgPnoLVksE/1e7in88eh+oPtc4aQ==.
  Installed Swashbuckle.AspNetCore.SwaggerGen 6.2.2 from https://api.nuget.org/v3/index.json with content hash GktBI7JHN4XFYwDM5ZTD5IbBYxVYZ7y7lFs6F3PgESwn2SPLyoLxJsWSi3ozDK3fB6aKcHgY90gHtezbbfW2iw==.
  Installed Serilog.Sinks.File 4.1.0 from https://api.nuget.org/v3/index.json with content hash U0b34w+ZikbqWEZ3ui7BdzxY/19zwrdhLtI3o6tfmLdD3oXxg7n2TZJjwCCTlKPgRuYic9CBWfrZevbb70mTaw==.
  Installed MiniProfiler.AspNetCore 4.2.22 from https://api.nuget.org/v3/index.json with content hash bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==.
  Installed Serilog.Settings.Configuration 3.1.0 from https://api.nuget.org/v3/index.json with content hash BS+G1dhThTHBOYm8R21JNlR+Nh7ETAOlJuL1P6te1rOG98eV1vos5EyWRTGr0AbHgySxsGu1Q/evfFxS9+Gk1Q==.
  Installed Newtonsoft.Json 12.0.2 from https://api.nuget.org/v3/index.json with content hash rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==.
  Installed Newtonsoft.Json 13.0.1 from https://api.nuget.org/v3/index.json with content hash ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==.
  Installed Humanizer.Core 2.8.26 from https://api.nuget.org/v3/index.json with content hash OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==.
  Installed SqlSugarCore.Dm 1.0.0 from https://api.nuget.org/v3/index.json with content hash TCZRpNQ21lZqTnBFbuVOKIFWMvl2IFRiU5FcSWbyOVD/F9tSwRK9BUQXtrBh3xpn2v/cUcRJgQdNEknWNjFd6w==.
  Installed Newtonsoft.Json 12.0.3 from https://api.nuget.org/v3/index.json with content hash 6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==.
  Installed Microsoft.Extensions.ApiDescription.Server 3.0.0 from https://api.nuget.org/v3/index.json with content hash LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==.
  Installed Serilog.Extensions.Hosting 4.1.2 from https://api.nuget.org/v3/index.json with content hash nOpvvYgDoepae4FsXnyX4uSYLO+f+v7aRyNpA0pbpxjdkpw3FWZtfQDe2gnUmZGNYMLWnxMRCPJQ455U/dOUbQ==.
  Installed Serilog 2.10.0 from https://api.nuget.org/v3/index.json with content hash +QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==.
  Installed Microsoft.Identity.Client 4.14.0 from https://api.nuget.org/v3/index.json with content hash Etqux6Zuuv1yEN4UwKbAn6EZv0Rooc+vM4N9z7gxmeT7dyoKlXIRN44DQPzD9LV1CW0KsTVqH+2B42p1NKqPlQ==.
  Installed Microsoft.Extensions.DependencyInjection.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash f9hstgjVmr6rmrfGSpfsVOl2irKAgr1QjrSi3FgnS7kulxband50f2brRLwySAQTADPZeTdow0mpSMcoAdadCw==.
  Installed System.Reactive 5.0.0 from https://api.nuget.org/v3/index.json with content hash erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==.
  Installed Microsoft.Extensions.Primitives 2.2.0 from https://api.nuget.org/v3/index.json with content hash azyQtqbm4fSaDzZHD/J+V6oWMFaf2tWP4WEGIYePLCMw3+b2RQdj9ybgbQyjCshcitQKQ4lEDOZjmSlTTrHxUg==.
  Installed Swashbuckle.AspNetCore.SwaggerUI 6.2.2 from https://api.nuget.org/v3/index.json with content hash wGrglgunEydAGuUvETBRytvFvhEhwFRuY0Qu1rK+axZfFNfRSFRdlqg+vhT4OLOCJpfReSX47jLCYu56c5RsFg==.
  Installed Microsoft.Extensions.FileProviders.Abstractions 3.1.8 from https://api.nuget.org/v3/index.json with content hash U7ffyzrPfRDH5K3h/mBpqJVoHbppw1kc1KyHZcZeDR7b1A0FRaqMSiizGpN9IGwWs9BuN7oXIKFyviuSGBjHtQ==.
  Installed Microsoft.Extensions.Hosting.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash +k4AEn68HOJat5gj1TWa6X28WlirNQO9sPIIeQbia+91n03esEtMSSoekSTpMjUzjqtJWQN3McVx0GvSPFHF/Q==.
  Installed System.IdentityModel.Tokens.Jwt 5.6.0 from https://api.nuget.org/v3/index.json with content hash KMvPpX4exs2fe7Upq5zHMSR4yupc+jy8WG8yjucZL0XvT+r/T0hRvLIe9fP/SeN8/UVxFYBRAkRI5k1zbRGqmA==.
  Installed Microsoft.AspNetCore.Hosting.Server.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash 1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==.
  Installed System.Runtime.CompilerServices.Unsafe 4.5.2 from https://api.nuget.org/v3/index.json with content hash wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==.
  Installed Oracle.ManagedDataAccess.Core 3.21.1 from https://api.nuget.org/v3/index.json with content hash SJM0qRVz6a7xMJtPPHAObq7MEzo42T+6+MImuuUK7ZCTXc2BIXbc9cenN7006FcOuX8x4OeTpPbFfQTVlhk9bw==.
  Installed Microsoft.Data.Sqlite.Core 5.0.5 from https://api.nuget.org/v3/index.json with content hash tFKcgzzk3495LzD38gw75qmFS6Y1lDr5O9TGfSSG8GgtYF2G5VuTp7VdkeHKaaKOOgrSgHjuc3ogyWh7TZ10Hg==.
  Installed System.Buffers 4.4.0 from https://api.nuget.org/v3/index.json with content hash AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==.
  Installed Microsoft.Net.Http.Headers 2.2.0 from https://api.nuget.org/v3/index.json with content hash iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==.
  Installed Microsoft.AspNetCore.Http.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==.
  Installed Microsoft.Extensions.DependencyInjection.Abstractions 3.1.2 from https://api.nuget.org/v3/index.json with content hash /CZzCSCIm/3FFoXHfUpsfov/Elo268dcvlz/MMINT0vPgphqg2pAgdEn/EjCDyoAT3NAmsRmjfGwBumC1uYJtA==.
  Installed Ben.Demystifier 0.4.1 from https://api.nuget.org/v3/index.json with content hash axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==.
  Installed System.Configuration.ConfigurationManager 4.5.0 from https://api.nuget.org/v3/index.json with content hash UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==.
  Installed Microsoft.AspNetCore.Razor.Language 5.0.10 from https://api.nuget.org/v3/index.json with content hash NyxE7aIzJ2N1qJ+Apy6olYYsoZyoI2Osai9y8AGeS5e+TLFuhqGaJpMzP38gyTmJUpszobLipmEOxXUfVx8m/Q==.
  Installed Microsoft.EntityFrameworkCore.Analyzers 5.0.5 from https://api.nuget.org/v3/index.json with content hash czVyD5h0etXlrFHln0GPwlhmNm4yFe8vA/xfW/oN26OT8AAWkA6YPjr+z68/kmPqMWFo8UHxvDBZ9g2TiJY9qQ==.
  Installed Microsoft.EntityFrameworkCore.Abstractions 5.0.5 from https://api.nuget.org/v3/index.json with content hash jS7+hySzNS9wCmREbWTVaa5EA+aLT7wb1Si1jhMgAiGrbLQSj6wPnS8WbhO5a7iAq45pDEK0KghtrPDFjfTxVw==.
  Installed System.Text.Json 4.7.1 from https://api.nuget.org/v3/index.json with content hash XwzMbct3iNepJaFylN1+l8weWlFburEzXidqleSsLvSXdHSIJHEKtRVKHPlpWcFmJX6k3goPFfVgUfp40RR+bg==.
  Installed Serilog.Sinks.Debug 2.0.0 from https://api.nuget.org/v3/index.json with content hash Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==.
  Installed Microsoft.Extensions.Configuration.FileExtensions 3.1.0 from https://api.nuget.org/v3/index.json with content hash OjRJIkVxUFiVkr9a39AqVThft9QHoef4But5pDCydJOXJ4D/SkmzuW1tm6J2IXynxj6qfeAz9QTnzQAvOcGvzg==.
  Installed Npgsql 4.1.3.1 from https://api.nuget.org/v3/index.json with content hash 354pl/Picmt5/AIrm8urFwtxfK4n4NbmfBnLA9yvP8VtILSQF3/sFo3+lGuz+q4iyD18QeNFy0NMNBzsocFVlw==.
  Installed System.Text.Json 6.0.0-rc.1.21451.13 from https://api.nuget.org/v3/index.json with content hash mIdbwmvqkiPRTr5EfzaWs6240nha0OK6rwZPweFWV8C+U3ibuIeq9EYHzyq+cob67eYlb7kNXyeKbiqfgaq1mQ==.
  Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==.
  Installed Microsoft.Extensions.Logging.Abstractions 3.1.8 from https://api.nuget.org/v3/index.json with content hash LxQPR/KE4P9nx304VcFipWPcW8ZOZOGHuiYlG0ncAQJItogDzR9nyYUNvziLObx2MfX2Z9iCTdAqEtoImaQOYg==.
  Installed Microsoft.Extensions.DependencyInjection 5.0.1 from https://api.nuget.org/v3/index.json with content hash //mDNrYeiJ0eh/awFhDFJQzkRVra/njU5Y4fyK7X29g5HScrzbUkKOKlyTtygthcGFt4zNC8G5CFCjb/oizomA==.
  Installed Microsoft.IdentityModel.Protocols 6.7.1 from https://api.nuget.org/v3/index.json with content hash DVGYIRUK3TkCTmz0IgBzWUE55CDNfLtXil1FgSbgHI7hi2fP2pz4tiTAno/5O/hdVwAzV+HtCQtFi7xW8smaHw==.
  Installed System.IdentityModel.Tokens.Jwt 6.7.1 from https://api.nuget.org/v3/index.json with content hash sPnRn9dUMYARQC3mAKWpig/7rlrruqJvopKXmGoYAQ1A+xQsT3q5LiwsArkV8Oz/hfiRCLkV9vgi3FQg/mYfrw==.
  Installed Microsoft.Extensions.DependencyInjection.Abstractions 3.1.8 from https://api.nuget.org/v3/index.json with content hash YP0kEBkSLTVl3znqZEux+xyJpz5iVNwFZf0OPS7nupdKbojSlO7Fa+JuQjLYpWfpAshaMcznu27tjWzfXRJnOA==.
  Installed Microsoft.Extensions.Hosting.Abstractions 3.1.8 from https://api.nuget.org/v3/index.json with content hash 7ZJUKwPipkDvuv2KJPZ3r01wp2AWNMiYH+61i0dL89F7QICknjKpWgLKLpTSUYFgl77S3b4264I6i4HzDdrb2A==.
  Installed Microsoft.IdentityModel.Protocols 5.6.0 from https://api.nuget.org/v3/index.json with content hash ei7YqYx0pIFL6JjK8ZnPK0MXZRWUNHtJPUl3KqSvj9+2f5CMa6GRSEC+BMDHr17tP6yujYUg0IQOcKzmC7qN5g==.
  Installed Serilog.Extensions.Logging 3.0.1 from https://api.nuget.org/v3/index.json with content hash U0xbGoZuxJRjE3C5vlCfrf9a4xHTmbrCXKmaA14cHAqiT1Qir0rkV7Xss9GpPJR3MRYH19DFUUqZ9hvWeJrzdQ==.
  Installed System.Diagnostics.DiagnosticSource 5.0.0 from https://api.nuget.org/v3/index.json with content hash tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==.
  Installed Microsoft.Extensions.Options.ConfigurationExtensions 2.0.0 from https://api.nuget.org/v3/index.json with content hash Y/lGICwO27fCkQRK3tZseVzFjZaxfGmui990E67sB4MuiPzdJHnJDS/BeYWrHShSSBgCl4KyKRx4ux686fftPg==.
  Installed Microsoft.EntityFrameworkCore.Abstractions 5.0.0 from https://api.nuget.org/v3/index.json with content hash PCDiskNvB+1rs+d3ET0Itm3mPj6+CpFO7V1nPXfVL6ipS6+27vKs9mnEP4C8vTr2BhSpyvKQetp4Z0ktrqv+wg==.
  Installed Microsoft.Extensions.Configuration 3.1.0 from https://api.nuget.org/v3/index.json with content hash Lu41BWNmwhKr6LgyQvcYBOge0pPvmiaK8R5UHXX4//wBhonJyWcT2OK1mqYfEM5G7pTf31fPrpIHOT6sN7EGOA==.
  Installed Microsoft.OpenApi 1.2.3 from https://api.nuget.org/v3/index.json with content hash Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==.
  Installed Microsoft.Extensions.DependencyModel 2.0.4 from https://api.nuget.org/v3/index.json with content hash jnHAeijsfJFQXdXmnYK/NhQIkgBUeth//RZZkf0ldIKC+jARbf7YxbA9uTrs/EPhuQxHXaDxVuMyscgmL+UqfA==.
  Installed Microsoft.EntityFrameworkCore.Analyzers 5.0.0 from https://api.nuget.org/v3/index.json with content hash l1c/1ge8ymXgLqtstTyX3PZOLRuFo1jn0FQ9H4ag3Bwz70KTMyEOXwkKBZZ1gDlCibETrooflMis8wvvXFh5YQ==.
  Installed MiniProfiler.Shared 4.2.22 from https://api.nuget.org/v3/index.json with content hash OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==.
  Installed Microsoft.NETCore.Platforms 3.1.0 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==.
  Installed System.Text.Json 4.6.0 from https://api.nuget.org/v3/index.json with content hash 4F8Xe+JIkVoDJ8hDAZ7HqLkjctN/6WItJIzQaifBwClC7wmoLSda/Sv2i6i1kycqDb3hWF4JCVbpAweyOKHEUA==.
  Installed MySql.Data 8.0.21 from https://api.nuget.org/v3/index.json with content hash mKARhpOOn4rQ6PPdY98UVHq00v/4vDCfluR2Xrr5VNQgtyVzjzorcvQjYArHLRwKLEkBRxgHWRfg0+hS96FI3Q==.
  Installed System.Security.AccessControl 4.7.0 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==.
  Installed Microsoft.Extensions.Configuration.Abstractions 2.2.0 from https://api.nuget.org/v3/index.json with content hash 65MrmXCziWaQFrI0UHkQbesrX5wTwf9XPjY5yFm/VkgJKFJ5gqvXRoXjIZcf2wLi5ZlwGz/oMYfyURVCWbM5iw==.
  Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu
  +LOyQ==.
  Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kG
  g==.
  Installed Microsoft.Data.Sqlite.Core 2.2.4 from https://api.nuget.org/v3/index.json with content hash 69DJj8bUJpXPfWpmJ/Sh165GWjLjlL516l0GnJDImabfR+leXb61HaQF97THWvyx5yY7MvpO94QW5nyiXMVOAA==.
  Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash 6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8
  w==.
  Installed Microsoft.AspNetCore.Http.Features 2.2.0 from https://api.nuget.org/v3/index.json with content hash ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==.
  Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash 7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g
  ==.
  Installed System.Private.Uri 4.3.2 from https://api.nuget.org/v3/index.json with content hash o1+7RJnu3Ik3PazR7Z7tJhjPdE000Eq2KGLLWhqJJKXj04wrS8lwb1OFtDF9jzXXADhUuZNJZlPc98uwwqmpFA==.
  Installed System.Runtime.CompilerServices.Unsafe 4.6.0 from https://api.nuget.org/v3/index.json with content hash HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==.
  Installed System.Runtime.CompilerServices.Unsafe 6.0.0-rc.1.21451.13 from https://api.nuget.org/v3/index.json with content hash B4MhG+nG2BX3Z0WR6MRG0YHCZKTskVEcP1M2Al3vWmMRgPuZgvAQ/bGP4gZqoVBWxJqzjgK5rs5o6i5XSfg2Jg==.
  Installed System.Reflection.Metadata 5.0.0 from https://api.nuget.org/v3/index.json with content hash 5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==.
  Installed System.Text.Encodings.Web 6.0.0-rc.1.21451.13 from https://api.nuget.org/v3/index.json with content hash Zt9cyeZwehAtwpqUEOGHqyi3mfOJd81dFQMjxkhXWpuVYNzkQblFZodIcUhm8E5cLwgQNxkFtwHuaWfQJ1r5EQ==.
  Installed System.Diagnostics.PerformanceCounter 4.7.0 from https://api.nuget.org/v3/index.json with content hash kE9szT4i3TYT9bDE/BPfzg9/BL6enMiZlcUmnUEBrhRtxWvurKoa8qhXkLTRhrxMzBqaDleWlRfIPE02tulU+w==.
  Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash 1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB7
  1RjoA==.
  Installed System.Security.SecureString 4.3.0 from https://api.nuget.org/v3/index.json with content hash PnXp38O9q/2Oe4iZHMH60kinScv6QiiL2XH54Pj2t0Y6c2zKPEiAZsM/M3wBOHLNTBDFP0zfy13WN2M0qFz5jg==.
  Installed Microsoft.IdentityModel.Tokens 5.6.0 from https://api.nuget.org/v3/index.json with content hash C3OqR3QfBQ7wcC7yAsdMQqay87OsV6yWPYG/Ai3n7dvmWIGkouQhXoVxRP0xz3cAFL4hxZBXyw4aLTC421PaMg==.
  Installed System.Security.Cryptography.Cng 4.7.0 from https://api.nuget.org/v3/index.json with content hash 4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==.
  Installed Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 from https://api.nuget.org/v3/index.json with content hash X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==.
  Installed SQLitePCLRaw.bundle_green 1.1.12 from https://api.nuget.org/v3/index.json with content hash U5lZv+E0JBCG5uQngaRgyIAlbzIwRczb0m46XJfLGXovtfVOaMNRY/oGyKAJjdexVrfqLRd+JyopGMySpAZRGQ==.
  Installed System.DirectoryServices.Protocols 4.7.0 from https://api.nuget.org/v3/index.json with content hash yy0a+E/yksdoMWfZEmWpI5LuCbJ/E6P5d4QRbqUDj/xC4MV7Vw5DiW3KREA9LFbWedoGx90KikUfSN0xhE1j1g==.
  Installed System.Runtime.Serialization.Json 4.3.0 from https://api.nuget.org/v3/index.json with content hash CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==.
  Installed System.DirectoryServices 4.7.0 from https://api.nuget.org/v3/index.json with content hash NRENC4ulDamI4DQtrYybxtQU3qnhGSTUdEKJkLyctHXY4RqNyS/egZpB9z8/CnFCiaQZmwLlqxfBmw80VlKBTA==.
  Installed System.Security.Cryptography.ProtectedData 4.5.0 from https://api.nuget.org/v3/index.json with content hash wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==.
  Installed System.Security.Permissions 4.7.0 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==.
  Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==
  .
  Installed Microsoft.IdentityModel.JsonWebTokens 6.8.0 from https://api.nuget.org/v3/index.json with content hash +7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==.
  Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash 0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUm
  w==.
  Installed Microsoft.Extensions.Configuration.Abstractions 3.1.8 from https://api.nuget.org/v3/index.json with content hash 0qbNyxGpuNP/fuQ3FLHesm1Vn/83qYcAgVsi1UQCQN1peY4YH1uiizOh4xbYkQyxiVMD/c/zhiYYv94G0DXSSA==.
  Installed System.Security.Cryptography.ProtectedData 4.7.0 from https://api.nuget.org/v3/index.json with content hash ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==.
  Installed Microsoft.Data.SqlClient.SNI.runtime 2.1.1 from https://api.nuget.org/v3/index.json with content hash JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==.
  Installed Google.Protobuf 3.6.1 from https://api.nuget.org/v3/index.json with content hash 741fGeDQjixBJaU2j+0CbrmZXsNJkTn/hWbOh4fLVXndHsCclJmWznCPWrJmPoZKvajBvAz3e8ECJOUvRtwjNQ==.
  Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzof
  PdWg==.
  Installed Microsoft.IdentityModel.Logging 6.7.1 from https://api.nuget.org/v3/index.json with content hash WGtTiTy2ZikOz/I5GxCGbNPLOpyI9fPyuyG4Q5rfkhACK+Q0Ad6U8XajYZ2cJ2cFKse0IvHwm15HVrfwrX/89g==.
  Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZ
  Kp5w==.
  Installed Microsoft.Extensions.Configuration.Abstractions 3.1.0 from https://api.nuget.org/v3/index.json with content hash ESz6bVoDQX7sgWdKHF6G9Pq672T8k+19AFb/txDXwdz7MoqaNQj2/in3agm/3qae9V+WvQZH86LLTNVo0it8vQ==.
  Installed K4os.Hash.xxHash 1.0.6 from https://api.nuget.org/v3/index.json with content hash jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==.
  Installed K4os.Compression.LZ4.Streams 1.1.11 from https://api.nuget.org/v3/index.json with content hash x+BidXriYsNP4HNTHKx+5cVQguHHwbfs6nM79fDHOCOrcNwnaBms4dwzAV/ZALmKsNKcHmY74PeUZiCC4qLKwQ==.
  Installed K4os.Compression.LZ4 1.1.11 from https://api.nuget.org/v3/index.json with content hash RNvJw0UGkedPhCqVBNIogtfQebY+bQt0PN7xDbVe5LWLra0ZEqPfjPSl7iStj3rgDnkqkkTTpm+vCX3hU1qKmA==.
  Installed Microsoft.Extensions.FileProviders.Physical 3.1.0 from https://api.nuget.org/v3/index.json with content hash KsvgrYp2fhNXoD9gqSu8jPK9Sbvaa7SqNtsLqHugJkCwFmgRvdz76z6Jz2tlFlC7wyMTZxwwtRF8WAorRQWTEA==.
  Installed Microsoft.CodeAnalysis.Common 3.11.0 from https://api.nuget.org/v3/index.json with content hash FDKSkRRXnaEWMa2ONkLMo0ZAt/uiV1XIXyodwKIgP1AMIKA7JJKXx/OwFVsvkkUT4BeobLwokoxFw70fICahNg==.
  Installed System.Configuration.ConfigurationManager 4.4.1 from https://api.nuget.org/v3/index.json with content hash jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==.
  Installed SQLitePCLRaw.provider.e_sqlite3.netstandard11 1.1.12 from https://api.nuget.org/v3/index.json with content hash qjz6Ad1Q5hiI8imCiG5Mpa/w8E8+rAk3SRJdX54uEOo5nPywiN1H0jmMZO+ID0nPibQA3yjlAHt5/GcLW9Iftg==.
  Installed Microsoft.IdentityModel.JsonWebTokens 6.7.1 from https://api.nuget.org/v3/index.json with content hash q/Ii8ILV8cM1X49gnl12cJK+0KWiI1xUeiLYiE9+uRonJLaHWB0l8t89rGnZTEGthGKItyikKSB38LQpfy/zBw==.
  Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2 from https://api.nuget.org/v3/index.json with content hash 7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zk
  vQRw==.
  Installed SQLitePCLRaw.core 1.1.12 from https://api.nuget.org/v3/index.json with content hash S4hr+tE275ran5jyKFW/FYPG6Bz6nsHUp9H8chqKxzk21PxJadLd9LnvLe6LMRP/IqY5+LOIIDQF3m/2iDlZ7Q==.
  Installed Microsoft.CodeAnalysis.CSharp 3.11.0 from https://api.nuget.org/v3/index.json with content hash aDRRb7y/sXoJyDqFEQ3Il9jZxyUMHkShzZeCRjQf3SS84n2J0cTEi3TbwVZE9XJvAeMJhGfVVxwOdjYBg6ljmw==.
  Installed Microsoft.IdentityModel.Tokens 6.7.1 from https://api.nuget.org/v3/index.json with content hash Td9Vn9d/0eM1zlUUvaVQzjqdBkBLJ2oGtGL/LYPuiCUAALMeAHVDtpXGk8eYI8Gbduz5n+o7ifldsCIca4MWew==.
  Installed System.Net.NameResolution 4.0.0 from https://api.nuget.org/v3/index.json with content hash JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==.
  Installed SSH.NET 2016.1.0 from https://api.nuget.org/v3/index.json with content hash b0fcFFOE044KNRhq1uGujmK04ab+OzA9xARdeVCoZrY6I4D1IIaR6dn6qBIa+er4bJapGBhznDitwcRQpSRC0w==.
  Installed System.IO.FileSystem.AccessControl 4.7.0 from https://api.nuget.org/v3/index.json with content hash vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==.
  Installed System.Security.Permissions 4.6.0 from https://api.nuget.org/v3/index.json with content hash W3Uxog9KCZAmGYsOFHgJnb7L2q+SDbxS3vGnFHmErUnXuIjWYpIh1KVTlua7qmPdrlRCkAcTF9dImv+jciBPOQ==.
  Installed SQLitePCLRaw.lib.e_sqlite3.osx 1.1.12 from https://api.nuget.org/v3/index.json with content hash qfl1ljn6NOQDyM2i9JDZc6xekHoC+Fqe4GzuhWFCS6siI7lLInw09HHSZRqyimV36vjdQYnyBBFKSn53rSOYkA==.
  Installed SQLitePCLRaw.lib.e_sqlite3.v110_xp 1.1.12 from https://api.nuget.org/v3/index.json with content hash YfmaVhcEyAGU6BZ7NQiYYfCHKsCYjldwsafiFKArzqeM8MHuhfqft1Fjdv7ncukXrvKsHXhCrzJzKEMwPXiSSg==.
  Installed System.Windows.Extensions 4.6.0 from https://api.nuget.org/v3/index.json with content hash GL4izk0KgeyXklUOHViAk7y1IOYVYcn8nDpJZgcCqNzTGv2xd+8rgGgMKMo8G9nvfEuRCrNxWnGc74EiuYH2YA==.
  Installed System.Xml.XPath.XmlDocument 4.0.1 from https://api.nuget.org/v3/index.json with content hash Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==.
  Installed Microsoft.IdentityModel.Protocols 6.8.0 from https://api.nuget.org/v3/index.json with content hash OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==.
  Installed System.IdentityModel.Tokens.Jwt 6.8.0 from https://api.nuget.org/v3/index.json with content hash 5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==.
  Installed SshNet.Security.Cryptography 1.2.0 from https://api.nuget.org/v3/index.json with content hash EeFsirrrkIK+cdlYsxukNjBN98cbU7eHfTYZEwxsbOa3dvgR/OhOD06C0sTxvNPhe4UQ6yM0p1sKcT69jqgjTw==.
  Installed System.Security.Cryptography.ProtectedData 4.4.0 from https://api.nuget.org/v3/index.json with content hash cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==.
  Installed Microsoft.IdentityModel.Tokens 6.8.0 from https://api.nuget.org/v3/index.json with content hash gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==.
  Installed Microsoft.Data.SqlClient 2.1.1 from https://api.nuget.org/v3/index.json with content hash qxPmA2q0/oqqzZiwgN2QcoFRMPPQOCOxJP9h8X/bLXkPRsIo8xy182td9Txt0WhobW1dBBSYj96/Wf9cmhpm7Q==.
  Installed System.Security.AccessControl 4.6.0 from https://api.nuget.org/v3/index.json with content hash gmlk6khICtVhiUnVBBtlsH0H/5QFDqhTZgtpp3AX14wWE6OIE+BX95NLD+X4AolXnIy/oXpNNmXYnsNfW1KuDQ==.
  Installed System.Diagnostics.TraceSource 4.0.0 from https://api.nuget.org/v3/index.json with content hash 6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==.
  Installed System.Threading.ThreadPool 4.0.10 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==.
  Installed System.Threading.Thread 4.0.0 from C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ with content hash gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==.
  Installed BouncyCastle.NetCore 1.8.3 from https://api.nuget.org/v3/index.json with content hash jAy3uHN1U9DpoT/TgLqDTEhlccn/4doOVxhSmmNsnoSsGfHT9Lwr634ac9D0YFujAhNw61nWF4UIpHyzv0aQww==.
  Installed SQLitePCLRaw.lib.e_sqlite3.linux 1.1.12 from https://api.nuget.org/v3/index.json with content hash Tn/YE1VxWtHa4MQ9KC//ptIw6cLAUh+xXSdpX7MyGINmb4/igqyx0IOEq5WeH/+cuI/EnDtdWAOn98eMQnKsTQ==.
  Installed Microsoft.Identity.Client 4.21.1 from https://api.nuget.org/v3/index.json with content hash vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==.
  正在提交还原...
  正在提交还原...
  正在提交还原...
  正在提交还原...
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Database.Migrations\obj\Admin.NET.Database.Migrations.csproj.nuget.g.props。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Core\obj\Admin.NET.Web.Core.csproj.nuget.g.props。
  正在提交还原...
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.EntityFramework.Core\obj\Admin.NET.EntityFramework.Core.csproj.nuget.g.props。
  正在提交还原...
  正在提交还原...
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Furion.Extras.Admin.NET\obj\Furion.Extras.Admin.NET.csproj.nuget.g.props。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Application\obj\Admin.NET.Application.csproj.nuget.g.props。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Core\obj\Admin.NET.Core.csproj.nuget.g.props。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Entry\obj\Admin.NET.Web.Entry.csproj.nuget.g.props。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Core\obj\Admin.NET.Web.Core.csproj.nuget.g.targets。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.EntityFramework.Core\obj\Admin.NET.EntityFramework.Core.csproj.nuget.g.targets。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Database.Migrations\obj\Admin.NET.Database.Migrations.csproj.nuget.g.targets。
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Database.Migrations\obj\project.assets.json
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Core\obj\project.assets.json
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.EntityFramework.Core\obj\project.assets.json
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Application\obj\Admin.NET.Application.csproj.nuget.g.targets。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Furion.Extras.Admin.NET\obj\Furion.Extras.Admin.NET.csproj.nuget.g.targets。
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Entry\obj\Admin.NET.Web.Entry.csproj.nuget.g.targets。
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Application\obj\project.assets.json
  正在生成 MSBuild 文件 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Core\obj\Admin.NET.Core.csproj.nuget.g.targets。
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Entry\obj\project.assets.json
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Furion.Extras.Admin.NET\obj\project.assets.json
  将资产文件写入磁盘。路径: G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Core\obj\project.assets.json
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Core\Admin.NET.Web.Core.csproj (用时 31.2 sec)。
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Database.Migrations\Admin.NET.Database.Migrations.csproj (用时 31.2 sec)。
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Furion.Extras.Admin.NET\Furion.Extras.Admin.NET.csproj (用时 31.2 sec)。
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Core\Admin.NET.Core.csproj (用时 31.2 sec)。
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Application\Admin.NET.Application.csproj (用时 31.2 sec)。
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Entry\Admin.NET.Web.Entry.csproj (用时 31.2 sec)。
  已还原 G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.EntityFramework.Core\Admin.NET.EntityFramework.Core.csproj (用时 31.2 sec)。

  使用的 NuGet 配置文件:
      C:\Users\zheng\AppData\Roaming\NuGet\NuGet.Config
      C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config

  使用的源:
      https://api.nuget.org/v3/index.json
      C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

  已安装:
      G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Core\Admin.NET.Web.Core.csproj 的 272 包
      G:\Learning\AdminNET\Admin.NET-master\backend\Furion.Extras.Admin.NET\Furion.Extras.Admin.NET.csproj 的 181 包
      G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Core\Admin.NET.Core.csproj 的 245 包
      G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Application\Admin.NET.Application.csproj 的 245 包
      G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Database.Migrations\Admin.NET.Database.Migrations.csproj 的 269 包
      G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.Web.Entry\Admin.NET.Web.Entry.csproj 的 279 包
      G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.EntityFramework.Core\Admin.NET.EntityFramework.Core.csproj 的 269 包
已完成生成项目“G:\Learning\AdminNET\Admin.NET-master\backend\Admin.NET.sln”(Restore 个目标)的操作。


已成功生成。
    0 个警告
    0 个错误

已用时间 00:00:33.06

以上执行结果说明已经解决了此问题。

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/zlbdmm/article/details/124008586

智能推荐

HQL查询详细语法讲解_hqlun-程序员宅基地

文章浏览阅读616次。HQL查询HQL查询:Criteria查询对查询条件进行了面向对象封装,符合编程人员的思维方式,不过HQL(Hibernate Query Lanaguage)查询提供了更加丰富的和灵活的查询特性,因此Hibernate将HQL查询方式立为官方推荐的标准查询方式,HQL查询在涵盖Criteria查询的所有功能的前提下,提供了类似标准SQL语句的查询方式,同时也提供了更加面向对象_hqlun

第10章 指针(五) 使用地址-------指针的引用-程序员宅基地

文章浏览阅读43次。提纲:1、间接访问变量的指针运算符*2、野指针和空指针3、变量的指针表示:a、用指针引用普通变量b、用指针引用数组及其元素c、函数间传递指针:指针参数和返回值4、指针变量的引用和定义的区别5、存储指针的书写问题6、&*和*&7、变量用指针表示后 ,进行+ - * / 运算时,有必要加( )...

java通过opencv解析二维码(微信开源解码工具)_opencv java 二维码识别-程序员宅基地

文章浏览阅读1.5k次,点赞2次,收藏7次。微信开源了其二维码的解码功能,并贡献给 OpenCV 社区。其开源的 wechat_qrcode 项目被收录到 OpenCV contrib 项目中。从 OpenCV 4.5.2 版本开始,就可以直接使用。以往java解析二维码都是使用google.zxing,但是zxing解析二维码的成功率比较低,很多美化或者个性化的二维码无法解析。以上依赖用于windows系统 如果要发布到liunx系统把windows-x86_64改成liunx-x86_64。_opencv java 二维码识别

nodejs安装与卸载(高版本降为低版本)_nodejs卸载-程序员宅基地

文章浏览阅读1.2w次,点赞14次,收藏81次。初到公司发现电脑上面已经安装nodejs,但是版本是最新版本。但是问题来了,好像是不太支持vue3,所以查了一些资料,具体的也不是很清楚,反正就是nodejs的版本不能太高最好保持在16以下。好吧,那就重新卸载再来安装nodejs吧。_nodejs卸载

IPU(Image Processing Unit )-程序员宅基地

文章浏览阅读3k次,点赞2次,收藏11次。Chapter 38 Image Processing Unit (IPU)38.1 概述IPU计划成为应用程序处理器中的视频和图形子系统的一部分。IPU的目标是为从图像传感器和/或到显示设备的数据流提供全面支持。这项支助包括这些活动的所有方面:连接到相关设备-摄像机,显示器,图形加速器,电视编码器和解码器。相关图像处理与操作:传感器图像信号处理、显示处理、图像转换等。..._image processing unit

小程序 | 基于WAMP的新闻网小程序开发(体验全栈式开发微信小程序)_微信小程序能不能用wamp-程序员宅基地

文章浏览阅读2k次。之前学习微信小程序开发,主要是基于JS、WXML、WXSS的前端开发,对于后端技术不精的我也是使用了微信开发者工具中的云开发功能,但是今天突发奇想,特别想体验一下全栈式开发微信小程序,学习了一下基于WAMP的新闻网小程序开发。文章目录一、前端(实现小程序界面)1.1 index页面1.2 my页面二、后端(搭建本地服务器)2.1 安装phpStudy工具连接数据库2.2 使用Navicat数据库工具连接数据库2.3 配置phpStudy搭建本地服务器2.4 进一步配置.php文件实现核心功能三、连接前._微信小程序能不能用wamp

随便推点

Class.getResourceAsStream()与ClassLoader.getResourceAsStream()获取资源时的路径说明-程序员宅基地

文章浏览阅读45次。Class.getResourceAsStream(): com.xusweeter.iot.ws.vodafone.config.VodafoneServiceConfig.class.getResourceAsStream(VDF_CERT_NAME); 通过以上代码加载资源时:默认加载com.xusweeter.iot.ws.vodafone.config包下名称为VDF_CERT_NAME..._thread.currentthread().getcontextclassloader().getresourceasstream(certname)

SpringCloud集成Nacos作为配置中心_to enable urls as dynamic configuration sources, d-程序员宅基地

文章浏览阅读471次。我们在搭建自己的微服务的时候,可以选择使用eureka作为我们微服务的注册中心,使用nacos作为微服务的配置中心,接下来我们可以看下具体的搭建过程:(以下过程只展示Spring Cloud + Nacos的搭建过程,至于集成eureka的可以另行查找具体对接流程)_to enable urls as dynamic configuration sources, define system property arch

51nod1770: 数数字(模拟)_hiho1770 单调数-程序员宅基地

文章浏览阅读231次。1770 数数字基准时间限制:1 秒 空间限制:262144 KB 分值: 20 难度:3级算法题 收藏 关注统计一下 aaa ⋯ aaan个a × b 的结果里面有多少个数字d,a,b,d均为一位数。样例解释:3333333333*3=9999999999,里面有10个9。_hiho1770 单调数

Kail Linux使用aircrack-ng破解WiFi_aircrack-ng握手包-程序员宅基地

文章浏览阅读1k次,点赞2次,收藏13次。Kail Linux使用aircrack-ng破解WiFi前言: 闲着无事,就自己开了个热点打算自己破解以练习kali Linux 和 Linux 的使用 准备:将准备好的无驱无线网卡接入kali虚拟机1.查看无线网卡是否接入成功 命令: iwconfig2.启动无线网卡监听模式 命令:airmon-ng start wlan..._aircrack-ng握手包

docker_73720353-63a5-41bf-b66e-78d8e49153b8-程序员宅基地

文章浏览阅读4.7k次。Docker是一个基于go语言遵从apache2.0协议开源的LXC的高级容器引擎(底层技术是Linux Container,docker只是管理底层的工具),并通过namespace、cgroup等来提供容器的资源隔离与安全保障等。Docker 最早采用 LXC 技术 (LXC 是 Linux 原生支持的容器技术,是一种内核虚拟化技术,可以提供轻量级的虚拟化,LXC将Linux进程沙盒化,使进程之间相互隔离 ),可以说docker 就是基于 LXC 发展起来的。_73720353-63a5-41bf-b66e-78d8e49153b8

【00】机器学习之旅-启程_机器学习 just in time learning-程序员宅基地

文章浏览阅读593次。【00】机器学习之旅启程 Machine Learning Roadmap【开始我的机器学习之路,感兴趣,就慢慢学,就在CSDN建立自己学习旅程】指南:Learning guideStreamlined guideinformation filterScope:Focus your scope on classification and regression t_机器学习 just in time learning