I am using ASP.NET Core framework to build an API with Azure Key Vault. I tried to follow this tutorial but I am not able to find Microsoft.Azure.Services.AppAuthentication in the NuGet packages.
The tutorial is targeted for ASP.Net Core framework and used AzureServiceTokenProvider() from the AppAuthentication package.