Google Secret Manager

I have a application where we need make use of secretManager by fetching some values which are confidential. This application is .net Framework console application version 4.6.2.

To fetch the secret values I installed Google.Cloud.SecretManager.V1 latest version (2.1.0)through Nuget package manager which installed and updated some dependencies. when I ran the application it started looking for lower versions of packages and after following through with every exception installed the versions it requested and finally stuck here

Google.Apis.1.44.1< -> Google.Apis.1.46.0
Google.Apis.Auth.1.44.1< -> Google.Apis.Auth.1.46.0
Google.Apis.Core.1.44.1< -> Google.Apis.Core.1.46.0

It is stuck in a loop and continuously looks at other versions when one version is installed from above.

How to resolve this issue?

1 REPLY 1

Hey @sunil27 Secrets Manager is not a part of Google Workspace. 

For help on our API client libraries for .NET please see here