ectoken icon indicating copy to clipboard operation
ectoken copied to clipboard

Nuget package for the lib

Open MiguelAlho opened this issue 8 years ago • 8 comments

Is there any intent in making a NuGet package with the c# lib available?

MiguelAlho avatar Oct 24 '17 16:10 MiguelAlho

Thanks for suggestion. Our team will take a look and should have it on Nuget.org soon. I'll confirm when it's publicly available.

hattan avatar Oct 30 '17 17:10 hattan

Hey @hattan, any updates on having this as a Nuget package?

MikeAgostino avatar Feb 23 '18 13:02 MikeAgostino

I'm interested in the Nuget package as well

alim4 avatar Feb 27 '18 20:02 alim4

+1 for the NuGet package!

matthiasvanneste avatar Mar 21 '18 12:03 matthiasvanneste

Hi All - Sorry for the delay. We added ECToken to Nuget https://www.nuget.org/packages/ECToken/

Adding support for more frameworks/netstandard soon to the package.

hattan avatar Apr 05 '18 19:04 hattan

So, should that Nuget pkg work in an ASP.NET project? I'm getting this error: You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package does not contain any assembly references or content files that are compatible with that framework.

corgalore avatar Apr 18 '18 03:04 corgalore

Yes, it should work in asp.net. The nuget package currently only includes the dlls for .NET 4.6.1 (.NET standard 1.4). We're working to add support for other versions of .net and .net standard very soon. We'll update the thread once they are available.

Thanks for the heads up.

hattan avatar Apr 18 '18 03:04 hattan

Thanks! Bumping the Framework to 4.6.1 allowed me to install the Nuget. The Azure App Service is configured for 4.7, so it should run okay up there, too.

corgalore avatar Apr 18 '18 04:04 corgalore