Starting from Visual Studio 2017 another solution to keep using the AssemblyInfo.cs file is to turn off automatic assembly info generation like this:
false
I personally find it very useful for projects which need to support both .NET Framework and .NET Standard.