Strongly typed assemblies in NuGet package

Assembly generation failed -- Referenced assembly 'Hangfire.SqlServer' does not have a strong name

Is it possible to distribute strongly typed assemblies in NuGet packages ? It causes a lot of issues and headaches (mainly when deploying to Azure, or using some continuous integration solutions).

Are you getting this because you are strong naming your assemblies or for another reason?

If the former, then I’m confused how deploying to Azure or using CI means you need to strong name your assemblies…