Skip to content

Commit

Permalink
Clean up AssemblyInfo.cs files
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed May 28, 2019
1 parent d346666 commit ff024ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion Ix.NET/Source/System.Linq.Async/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
[assembly: NeutralResourcesLanguage("en-US")]

[assembly: ComVisible(false)]

[assembly: CLSCompliant(true)]

0 comments on commit ff024ba

Please sign in to comment.