Index: System.Data.SQLite/AssemblyInfo.cs ================================================================== --- System.Data.SQLite/AssemblyInfo.cs +++ System.Data.SQLite/AssemblyInfo.cs @@ -17,11 +17,10 @@ [assembly: AssemblyCompany("http://sqlite.phxsoftware.com")] [assembly: AssemblyProduct("System.Data.SQLite")] [assembly: AssemblyCopyright("Public Domain")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)] #if PLATFORM_COMPACTFRAMEWORK [assembly: AssemblyFlags(AssemblyNameFlags.Retargetable)] #endif @@ -32,10 +31,11 @@ [assembly: CLSCompliant(true)] #if !PLATFORM_COMPACTFRAMEWORK [assembly: ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)] +[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)] #endif // Version information for an assembly consists of the following four values: // // Major Version Index: System.Data.SQLite/SR.Designer.cs ================================================================== --- System.Data.SQLite/SR.Designer.cs +++ System.Data.SQLite/SR.Designer.cs @@ -19,11 +19,10 @@ // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class SR { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture;