'Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute (CS0579)

I am creating a .Net core project using VS Community V 8.10.2 on my Macbook air.

I created a parent .Net Core MVC project and created multiple class library projects in the same solution.

Now when I try to build my solution, I see my parent project having created folders for each of the Child projects. I am also getting build errors as shown below.enter image description here

Error file:

core project assemblyinfo.cs file

How can i get rid of these errors and get my project working?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source