Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2011-01-13 22:58:30 +0300
committerMarek Safar <marek.safar@gmail.com>2011-01-14 11:26:12 +0300
commited50eda10f5e03b848ec77922757d8b7d4675d1f (patch)
treecc43d91329e75ddab4ada57b15d33bf12b14351f /mcs/class/System.Data.Services.Client
parent1e030b8a968c7048de70103003ebfc724dd1f16f (diff)
Fix System.Data.Services.Client public key
Diffstat (limited to 'mcs/class/System.Data.Services.Client')
-rw-r--r--mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs b/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
index 2d625fb379e..247a5f09b5e 100644
--- a/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
@@ -41,9 +41,9 @@ using System.Runtime.InteropServices;
using System.Runtime.Versioning;
[assembly: AssemblyDelaySign (true)]
+[assembly: AssemblyKeyFile ("../ecma.pub")]
#if NET_4_0
-[assembly: AssemblyKeyFile ("../ecma.pub")]
[assembly: System.Security.SecurityCritical]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
@@ -61,7 +61,6 @@ using System.Runtime.Versioning;
[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: NeutralResourcesLanguage ("en-US")]
-[assembly: AssemblyTargetedPatchBand ("1.0.21-0")]
[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
[assembly: SecurityRules (SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
@@ -70,17 +69,10 @@ internal static class FX35Assembly
internal const string Version = "4.0.0.0";
}
-internal static class ThisAssembly
-{
-
-}
-
internal static class AssemblyRef
{
internal const string MicrosoftPublicKeyToken = "b03f5f7f11d50a3a";
internal const string EcmaPublicKeyToken = "b77a5c561934e089";
}
-#else
-[assembly: AssemblyKeyFile ("../msfinal.pub")]
#endif