Contentful.NET icon indicating copy to clipboard operation
Contentful.NET copied to clipboard

Nuget package not compatible with .net core

Open sjn88 opened this issue 9 years ago • 3 comments
trafficstars

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?

sjn88 avatar Aug 10 '16 13:08 sjn88

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.

ryan-codingintrigue avatar Sep 05 '16 08:09 ryan-codingintrigue

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.

ryan-codingintrigue avatar Sep 22 '16 05:09 ryan-codingintrigue

I'll have a look at testing it. Thanks Ryan!

sjn88 avatar Sep 22 '16 14:09 sjn88