Skip to content

Commit 6da35d4

Browse files
committed
fixed reflection problem by applying SecurityRules attribute to FNH main assembly
1 parent 032ce97 commit 6da35d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/FluentNHibernate/Properties/AssemblyInfo.cs

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

0 commit comments

Comments
 (0)