Replacing [SecurityTransparent] by [SecurityRules(SecurityRuleSet.Level2)]

--HG--
branch : 1.x
extra : rebase_source : 87b17cd15d51603bc6f39f01c911b414aa6428cb
This commit is contained in:
Sebastien Ros
2012-03-14 11:27:02 -07:00
parent 9226f2f008
commit 6ed1b88f17
43 changed files with 50 additions and 50 deletions

View File

@@ -32,4 +32,4 @@ using System.Security;
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: SecurityTransparent]
[assembly: SecurityRules(SecurityRuleSet.Level2)]