Google reCaptcha Enterprise NugGet 包安装问题
Google reCaptcha Enterprise NugGet Package Installation Issue
我正在尝试为 .net Framework 4.5 添加 reCaptcha Enterprise NuGet 包“Google.Cloud.RecaptchaEnterprise.V1”,但遇到以下问题。我尝试更改框架版本和 NuGet 包版本,但没有成功。任何人都可以建议如何修复它。我发现对 reCaptcha Enterprise 的支持有限 material,大部分都是 reCaptcha V3。
Could not install package 'Google.Cloud.RecaptchaEnterprise.V1 1.4.0'.
You are trying to install this package into a project that targets
'.NETFramework,Version=v4.5.1', but the package does not contain any
assembly references or content files that are compatible with that
framework. For more information, contact the package author.*
如同一错误消息所述,Google.Cloud.RecaptchaEnterprise.V1 与 .NET Framework 4.5 不兼容。以下 link 具有兼容 Google.Cloud.RecapltchaEnterprise 的 .NET Framework 4.5 Release 1.55.0.2437 版本和发行版:
万一它不起作用,那就是任务,寻找兼容版本。
我正在尝试为 .net Framework 4.5 添加 reCaptcha Enterprise NuGet 包“Google.Cloud.RecaptchaEnterprise.V1”,但遇到以下问题。我尝试更改框架版本和 NuGet 包版本,但没有成功。任何人都可以建议如何修复它。我发现对 reCaptcha Enterprise 的支持有限 material,大部分都是 reCaptcha V3。
Could not install package 'Google.Cloud.RecaptchaEnterprise.V1 1.4.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.*
如同一错误消息所述,Google.Cloud.RecaptchaEnterprise.V1 与 .NET Framework 4.5 不兼容。以下 link 具有兼容 Google.Cloud.RecapltchaEnterprise 的 .NET Framework 4.5 Release 1.55.0.2437 版本和发行版:
万一它不起作用,那就是任务,寻找兼容版本。