-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Framework 4.5+ not supported #57
Comments
Yes, we only plan to support .NET 5.0 and above since the SDK has moved to |
.NET 5 is a SIGNIFICANT upgrade for most large systems. ASYNC methods have been available to .NET 4 and 4.5 for some time. Making calls directly to the API can be difficult as that is one more piece of code we maintain. We use and pay for ShipEngine because of the SDK support and integration. |
Hey @FenceDad! We'll be reaching out to setup a call to talk through your questions. |
Has this project been abandoned / retired? I am noticing that there has been no movement on it. |
My initial response to this issue had incorrect information. .NET Framework 4.6.1 is the first to support .NET Standard 2.0, so we can only support .NET Framework 4.6.1 and above. If you want to read more about this, I recommend this article. The tl;dr is that Standard allows us to support a wider range of features for more versions of Framework. |
With the new SDK, is the plan going forward to not support .NET Framework 4, 4.5+ and to only support .NET Standard?
The text was updated successfully, but these errors were encountered: