Skip to content

Commit

Permalink
Added AllowPartiallyTrustedCallers attribute to assembly.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Feb 4, 2015
1 parent c7884dd commit 057d53e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Autofac.Extras.DomainServices/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;

[assembly: AssemblyTitle("Autofac.Extras.DomainServices")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: AllowPartiallyTrustedCallers]

[assembly: AssemblyCompany("Autofac Project - http://autofac.org")]
[assembly: AssemblyProduct("Autofac")]
Expand Down

0 comments on commit 057d53e

Please sign in to comment.