Remove [assembly:TargetFramework] as no other assembly uses it, and causes our msbuil...
authorMiguel de Icaza <miguel@gnome.org>
Wed, 18 May 2016 13:45:18 +0000 (09:45 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 18 May 2016 13:45:18 +0000 (09:45 -0400)
mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs

index 498cf09f8086d398d8eb22bf07deaa45e47261d5..4b6ac0cc4726ba45cdf55fb587f1617de3ba88c8 100644 (file)
@@ -43,7 +43,6 @@ using System.Security;
 [assembly: ComVisible (false)]
 [assembly: AssemblyFileVersion ("1.0.20105.407")]
 [assembly: AssemblyVersion ("1.0.0.0")]
-[assembly: TargetFramework (".NETFramework,Version=v4.0", FrameworkDisplayName=".NET Framework 4")]
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: CompilationRelaxations (8)]
 [assembly: AssemblyTitle ("Microsoft.Web.Infrastructure")]