Unity.Wcf does not have a strong name
AlbertBJ opened this issue · 4 comments
AlbertBJ commented
My project is a strong name assembly and it references Unity.Wcf(version 1.0.0.0)(from nuget)
But when i build this project, the error occur " Assembly generation failed -- Referenced assembly 'Unity.Wcf' does not have a strong name"
How should i change the Unity.Wcf assembly into a strong name assembly?
Thank you very much
viceice commented
Please upgrade to Version 1.1.0 or higher.
AlbertBJ commented
Thank you very much for your reply.
Have other options besides upgrading?
viceice commented
I dont think so. Version 1.1.0 should be fully compatible with v1.0.0 (excerpt the assembly signing).
AlbertBJ commented
thx