Microsoft.Extensions.SecretManager.Tools 2.0.2

前缀已预留
附加信息

此包作为.NET包废弃工作的一部分已被废弃。您可以从https://github.com/dotnet/announcements/issues/217了解更多信息。

dotnet add package Microsoft.Extensions.SecretManager.Tools --version 2.0.2                
NuGet\Install-Package Microsoft.Extensions.SecretManager.Tools -Version 2.0.2                
此命令旨在在Visual Studio的包管理器控制台中使用,因为它使用NuGet模块的Install-Package版本。
<PackageReference Include="Microsoft.Extensions.SecretManager.Tools" Version="2.0.2" />                
对于支持包引用的项目,将此XML节点复制到项目文件中,以引用此包。
paket add Microsoft.Extensions.SecretManager.Tools --version 2.0.2                
#r "nuget: Microsoft.Extensions.SecretManager.Tools, 2.0.2"                
#r指令可以在F#交互和Polylglot笔记本中使用。将此内容复制到交互式工具或脚本的源代码中,以引用此包。
// Install Microsoft.Extensions.SecretManager.Tools as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.SecretManager.Tools&version=2.0.2

// Install Microsoft.Extensions.SecretManager.Tools as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.SecretManager.Tools&version=2.0.2                

用于管理Microsoft.Extensions.Configuration用户秘密的命令行工具。

此包中没有支持的框架资源。

了解更多关于目标框架.NET标准的信息。

NuGet包 (2)

显示依赖于Microsoft.Extensions.SecretManager.Tools的前两个NuGet包

下载
IGL.Service

IndieGamesLab服务器组件的服务库

Identity.PermissionManager.Api

.Net Core Api,通过权限管理扩展Microsoft Identity的基本功能

GitHub仓库 (1)

显示依赖于Microsoft.Extensions.SecretManager.Tools的最流行的1个GitHub仓库

仓库 星级
babelshift/SteamWebAPI2
🎮 使用C# / .NET库轻松使用Steam Web API。它通过干净的函数、结构和类封装了所有的JSON数据和丑陋的API细节。