Is there a strong named version of Owin.Security.Providers.OpenID

We previously set up an implementation OpenID

in our web project using Owin.Security.Providers.OpenID v2.14.0

(installed via NuGet

). However, we recently had to include self-signing in our project. Since this one dll

is the only link dll

in our project that does not have a strong name, we get an error every time we start the site.

There NuGet

are dozens of OpenID

options in there. However, I cannot find the signed version Owin.Security.Providers.OpenID

.

This project is hosted on GitHub

. Is there a way to get a signed / strong named version?

+3


source to share


1 answer


The project developer was kind enough to release a new heavily named version of the dll. It is now available on NuGet as version 2.15.1.



0


source







All Articles