Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Could not install package 'Square.Connect 2.14.0' with Framework 4.6 #105

Closed
gavin1970 opened this issue Mar 12, 2019 · 3 comments
Closed

Comments

@gavin1970
Copy link

Is there not a .NETFramework version of this library? I'm not running .NETStandard, but instead running Framework 4.6 and get the error during Nuget Install. I had my fingers crossed as I have never written anything with .NETStandard and know little about it, but it was a no go...

Could not install package 'Square.Connect 2.14.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', 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.

@gavin1970
Copy link
Author

I just found that 4.71 has build in support for .NET Standard

dotnet/standard#514

@gavin1970
Copy link
Author

Also found that Square.Connect 2.10.1.297 supports Framework 4.5

@StephenJosey
Copy link

StephenJosey commented Mar 13, 2019

Yeah, for the latest version we use .NET Standard 2.0 which requires .NET Framework 4.6.1 or higher. See chart here from Microsoft: https://docs.microsoft.com/en-us/dotnet/standard/net-standard

Please let me know if you have additional questions or concerns, though!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants