messagebird / csharp-rest-api

This repository contains the open source C# client for MessageBird's REST API.
ISC License
54 stars 60 forks source link

NuGet dependency for .NET Framework? #127

Closed daniel-rutten-clickwise-limited closed 2 years ago

daniel-rutten-clickwise-limited commented 2 years ago

The dependency in the NuGet package has changed from Any,Version=v0.0 to net6.0 so now we can no longer use it in our .NET Framework 4.7.2 project.

Is there a workaround for this, or even een different NuGet package we can use?

vallerion commented 2 years ago

Hi @danielrutten You can use 3.2 version of package.

daniel-rutten-clickwise-limited commented 2 years ago

I've got the 3.2 version but I'd like to have all my NuGet packages up to date. Is there going to be a .NET Framework version for 4.0.0, or is only .NET Core going to be supported?

marcelcorso commented 2 years ago

Hi @danielrutten! On the last version of the SDK we dropped support for .NET Framework 4.0.0 because it was old and it was making releasing complicated to us. I don't think it makes sense for us to support it in the future.

daniel-rutten-clickwise-limited commented 2 years ago

Thank you @marcelcorso! I've got a lot of big clients with big applications that are still on 4.7.2 and I don't see them switching to core anytime soon, but as long as 3.2 keeps working, I'm happy to stick with that.

marcelcorso commented 2 years ago

Let's try that then! Let us know if you run into new problems