You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've managed to get backed into a corner and it appears the API that 5.13.1 points is no longer available as of April 1 2023. We have a web project that targets .NetFramework 4.6 currently. We are a bit behind the ball on this one.
"ShopifySharp version 5.16.0 has been released on Nuget and should bring back full support for .NET Framework 4.6.1 and above! Let me know if you have any issues using it."
So what I would like to know is there an upgrade path that we can follow for a short term solution to get our current project functional with a version of ShopifySharp that will work at least short term after April 1?
If I understand correctly, if we can get our project upto targeting 4.6.1 we should be able to upgrade Shopify Sharp beyond 5.13.1 correct? What version do we need to upgrade to that will work after the 1st? How far can we upgrade using 4.6.1?
The text was updated successfully, but these errors were encountered:
Given that ShopifySharp target netstandard2.0, my understanding is that upgrading to .Net 4.6.1+ should let you use the latest version of ShopifySharp.
If you want to be sure I guess you could spin up a quick project and test it out.
Good Afternoon,
We've managed to get backed into a corner and it appears the API that 5.13.1 points is no longer available as of April 1 2023. We have a web project that targets .NetFramework 4.6 currently. We are a bit behind the ball on this one.
From what I can tell.
#438
"ShopifySharp version 5.16.0 has been released on Nuget and should bring back full support for .NET Framework 4.6.1 and above! Let me know if you have any issues using it."
So what I would like to know is there an upgrade path that we can follow for a short term solution to get our current project functional with a version of ShopifySharp that will work at least short term after April 1?
If I understand correctly, if we can get our project upto targeting 4.6.1 we should be able to upgrade Shopify Sharp beyond 5.13.1 correct? What version do we need to upgrade to that will work after the 1st? How far can we upgrade using 4.6.1?
The text was updated successfully, but these errors were encountered: