mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing security attributes conflicting with dynamic compilation.
BuildManager.GetCompiledAssembly will generate an AssemblyInfo.cs file which will get compiled with the project, but create a conflict as two SecurityRules attributes can't be defined at the same time. For VS 11 Beta compatibility. --HG-- branch : 1.x
This commit is contained in:
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
Reference in New Issue
Block a user