intercom/intercom-dotnet

Make it available for .NET Framework 4.6.1

Closed this issue · 6 comments

Can you please make a version for .NET Framework 4.6.1? Nobody's using .NET Standard.

Yes please, we're having alot of issues using 2.x with .Net Framework projects.

I believe it should be built against both netstandard2.0 and net45 for compatibility with those moving over to .NET Core as well as those not.

I think that there should be 2 different packages for .net core and .net >4.5.
Tried to nuget on an existing webapi .net 4.6.1 and it broke all the references in the project. Tried to clean it up and leaving just the reference to restsharp, but no luck.

I just created a pull request which multi-targets the SDK against both the existing "netstandard2.0" and as well as "net452" (which i believe should allow >= 4.5.2 to use it).

Intercom maintainer, please review/merge the pull request: #147

Any progress?

Hey @jpasichnyk 👋

It looks like this was solved since #147 was merged. If that isn't the case feel free to reopen this.