Skip to content

Commit 75f5c2a

Browse files
committed
fixed reflection problem by applying SecurityRules attribute to FNH main assembly
1 parent 8f94944 commit 75f5c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FluentNHibernate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("FluentNHibernate")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: CLSCompliant(true)]
10+
[assembly: CLSCompliant(true)]
11+
[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]

0 commit comments

Comments
 (0)