I installed ThisAssembly.AssemblyInfo onto one of my projects library, then I simply referencing ThisAssembly.Info.FileVersion here and there to get the .dll file version.
Now, the solution doesn't compile. It throws CSC : error SL01: SponsorLink has been incorrectly configured. Please check the documentation for more information.. I'm not even sure what that means, as a google search returns nothing. If I uninstall ThisAssembly, everything goes back to normal.
Any ideas?