Project Type: ASP.NET Core Web API.
This issue is caused by a duplicate attribute, as AssemblyInfo is automatically generated.
To resolve this issue, simply edit [ProjectName].csproj and add the following tag:
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>