Medium Trust: Making Orchard assemblies allow partially trusted callers.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-03 14:25:03 -07:00
parent 44b45a05f9
commit 14a59a5ab8
27 changed files with 54 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
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
@@ -33,3 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AllowPartiallyTrustedCallers]