Przeglądaj źródła

Merge pull request #912 from dotnet/CleanAssemblyInfo

Clean up AssemblyInfo.cs files
Bart J.F. De Smet 6 lat temu
rodzic
commit
fde7f58e52

+ 0 - 8
Ix.NET/Source/System.Linq.Async.Queryable/Properties/AssemblyInfo.cs

@@ -5,16 +5,8 @@
 using System;
 using System.Resources;
 using System.Runtime.InteropServices;
-using System.Security;
 
 [assembly: NeutralResourcesLanguage("en-US")]
 
-#if !PLIB
 [assembly: ComVisible(false)]
-#endif
-
 [assembly: CLSCompliant(true)]
-
-#if HAS_APTCA && NO_CODECOVERAGE
-[assembly: AllowPartiallyTrustedCallers]
-#endif

+ 0 - 1
Ix.NET/Source/System.Linq.Async/Properties/AssemblyInfo.cs

@@ -9,5 +9,4 @@ using System.Runtime.InteropServices;
 [assembly: NeutralResourcesLanguage("en-US")]
 
 [assembly: ComVisible(false)]
-
 [assembly: CLSCompliant(true)]