Edgio / ectoken

Token Generator for Edgio Token-Based Authentication from Edgio
22 stars 40 forks source link

Nuget package for the lib #7

Open MiguelAlho opened 6 years ago

MiguelAlho commented 6 years ago

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

hattan commented 6 years ago

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.

MikeAgostino commented 6 years ago

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

alim4 commented 6 years ago

I'm interested in the Nuget package as well

matthiasvanneste commented 6 years ago

+1 for the NuGet package!

hattan commented 6 years ago

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.

corgalore commented 6 years ago

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.

hattan commented 6 years ago

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.

corgalore commented 6 years ago

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.