c# - 无法在 NuGet 包上找到 Microsoft.Azure.Services.AppAuthentication

标签 c# azure asp.net-core nuget-package azure-keyvault

我正在使用 ASP.NET Core 框架通过 Azure Key Vault 构建 API。我试图遵循这个tutorial但我无法在 NuGet 包中找到 Microsoft.Azure.Services.AppAuthentication

enter image description here

本教程针对 ASP.Net Core 框架,并使用 AppAuthentication 包中的 AzureServiceTokenProvider()。

enter image description here

最佳答案

这是一个预发布的 nuget 包,因此您应该在搜索之前选中“包含预发布”选项。

关于c# - 无法在 NuGet 包上找到 Microsoft.Azure.Services.AppAuthentication,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49119306/

相关文章:

c# - 为什么某些 C# lambda 表达式会编译为静态方法?

c# - 模板中的服务器控件如何对数据上下文敏感?

Azure Function - 以编程方式检查其完成情况

.net - 在 .NET 5 中测试 Azure 函数

c# - 指定的转换无效。是因为我试图转换一个物体吗?

c# - INotifyPropertyChanged 委托(delegate)

c# - Azure 函数 V2 中的延迟消息 : The lock supplied is invalid

asp.net-core - 从 .Net Core 3 引用 .NET Framework DLL

c# - 在 ASP.NET Core 中异步保存文件导致 DbContext 异常

c# - 表单提交没有数据绑定(bind)