Getting an error on a .net webapplication when building.
\obj\Debug.NETFramework,Version=v4.7.2.AssemblyAttributes.vb(7,14): error BC30663: Attribute 'TargetFrameworkAttribute' cannot be applied multiple times.
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName:=".NET Framework 4.7.2")>
I have searched the solution and there is no duplicates. I have also deleted the bin and obj folder and restarted - that has had no effect.