#18112: Removing incorrect security attribute

--HG--
branch : 1.x
This commit is contained in:
andrerod@andrerod-dev1.redmond.corp.microsoft.com
2011-09-13 10:38:26 -07:00
parent aff3245545
commit 29650f189e

View File

@@ -1,6 +1,5 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -32,5 +31,4 @@ using System.Security;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: SecurityCritical]
[assembly: AssemblyFileVersion("1.2.0")]