When I create new ASP.NET 4.5 web forms application from vs2012 and update all nuget packages, I receive this error on build:
ASP.NET 4.5
vs2012
nuget
It's a bug in Microsoft.Bcl.Build and to solve it you have to put culture info in the assemblyIdentity-part of web.config or app.config.
Microsoft.Bcl.Build
culture
assemblyIdentity
web.config
app.config
For example if you have:
change it to: