Contentful.NET
Contentful.NET copied to clipboard
Nuget package not compatible with .net core
I'm not sure this is the right place but thought I'd raise the issue. I'm working with .net core and tried to pull the package with nuget and it gave the error that the package wasn't compatible. Is it possible to make the package work for core as well?
I did make an attempt to make the package work with a very early version of .NET Core, but things were in flux for .NET for soooooo long it just fell off my to-do list.
Now that the framework has settled somewhat, I'll take a look into what needs to be done to get it working on Core.
OK, I have a provisional branch on GitHub here: https://github.com/ryan-codingintrigue/Contentful.NET/tree/netcore/Contentful.NET.Core
I made a basic Console App with it and it seems to build/run just fine.
I'm pretty new to .NET Core & the whole multi-framework-targeting that goes with it, so if someone could verify that the above project works as expected, then I can merge it into the master branch.
I'll have a look at testing it. Thanks Ryan!