-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Incompatibility with .NET 4.8 Version 5.15.0 #728
Comments
Hey @MaximG1234, have you tried installing the preview version for the latest ShopifySharp build? I've only just published it in the last week or so. This preview version targets netstandard 2.0 which should be compatible with .NET 4.6.1 and above. If you're using Visual Studio, you can install it with the package manager like so:
That should let you use it with your .NET 4.8 project. Let me know if that solves the issue for you, I've been waiting to hear feedback from users still on .NET Framework before publishing a full, non-preview build. |
Hi, @nozzlegear Thanks very much for this. I can confirm that I was able to successfully install the version referenced into my .NET 4.8 project however I then received the error: === Pre-bind state information ===
|
Hi @nozzlegear, I had the same issue with targeting .NET4.8 with the latest release but have tried the beta and this has resolved the issue for me. Thanks! |
just wanted to chime in and say that version 5.15.0-b00503 has been working great for me and I look forward to seeing it in production! |
Awesome, thanks! I’m working on getting automated publishing going with GitHub Actions right now. Okay nice it’s up and running I’ll have this published to nuget.
…--
Josh Harms
On Thu, Jul 14, 2022, at 10:40, ThatBrianK wrote:
just wanted to chime in and say that version 5.15.0-b00503 has been working great for me and I look forward to seeing it in production!
—
Reply to this email directly, view it on GitHub <#728 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASOE7E4OXAOOSPZLY6VHKTVUAYGFANCNFSM5QULAP5A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
great! Are you going to increment the Shopify API version as well? 2022-07 just came out |
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. @ThatBrianK 5.16.0 was updated to support 2022-04. I'll be pushing an update in the next few weeks for 2022-07 as well! |
Hi all,
I have a project which targets .NET 4.8 using this library. I have seen the post #438 which references removal of .NET framework support for this library but seems to suggest that it will still be possible to reference this project provided you are using .NET 4.6.1 or higher.
Unfortunately when I try and update ShopifySharp on my project I receive the error: 'You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', 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.'
I am using Visual Studio 2019 and wondering if anyone can clarify if this is a limitation of VS2019 or if I might be doing something else wrong or if perhaps there is an issue with the package targets?
Kind regards,
Max
The text was updated successfully, but these errors were encountered: