Update 2015-11-17
It seems that vNext assemblies (Microsoft.AspNet) are now signed (have strong names).
Check the following thread on GitHub:
Assemblies are now strong named #109
I want to create a digital signed assembly, which will use types implemented in one of the vNext assemblies. At this moment, vNext assemblies do not have a strong name attribute. As a result, the following error occurs while building a solution:
"Assembly generation failed -- Referenced assembly 'Microsoft.AspNet.Http' does not have a strong name"
Is this behavior a known issue (for example, related to the VS2015 CTP)? Is it going to be changed in the future? What is the recommended way to proceed?