StefanOssendorf / SecurityHeadersMiddleware

OWIN Middlewares to set useful security-related HTTP header (STS, Anti-Clickjacking, XSS, CSP).
MIT License
27 stars 9 forks source link

Regarding strong name #12

Closed jjsahalf closed 6 years ago

jjsahalf commented 6 years ago

I am trying to consume SecurityHeadersMiddleware.dll and SecurityHeadersMiddleware.OwinAppBuilder.dll in our project which requires strong-named package. I found those two dlls are not strong named. Could you please make the packages signed and strong-named? Any suggestions or plans on this issue? Thank you very much, I really appreciate your help!

StefanOssendorf commented 6 years ago

Hi, unfortunately I won't provide/add a strong named package version of this - sorry. I think the easiest way to do this is to create the strong-named package for yourself.