From 74646883881436808e554bc0e38c3ca926696a70 Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Fri, 5 Jan 2018 19:32:55 +0100 Subject: [PATCH] Fix #12 by removing AllowPartiallyTrustedCallers attribute. --- EntityFramework6/src/Properties/AssemblyInfo.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/EntityFramework6/src/Properties/AssemblyInfo.cs b/EntityFramework6/src/Properties/AssemblyInfo.cs index 331eea32..1a413422 100644 --- a/EntityFramework6/src/Properties/AssemblyInfo.cs +++ b/EntityFramework6/src/Properties/AssemblyInfo.cs @@ -20,7 +20,6 @@ // with this program; if not, write to the Free Software Foundation, Inc., // 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -using System.Security; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -42,7 +41,6 @@ // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -[assembly: AllowPartiallyTrustedCallers] // The following GUID is for the ID of the typelib if this project is exposed to COM // [assembly: Guid("540e7b3c-bd0b-4980-96d1-5d140d303f7e")]