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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-04-18 19:35:42 +0300
committerGitHub <noreply@github.com>2019-04-18 19:35:42 +0300
commit8cb8b23e1a3012b8a945d8c8de6e279c6a56b491 (patch)
tree692e1e261bcfd13c665260a7d631a8207ced0683
parentd35abeee77150e625499f6f75f00c4945635cf15 (diff)
Update AmbiguousImplementationException.cs
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs b/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs
index 9e43ec019..1a7ef0aef 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs
@@ -8,7 +8,6 @@ using System.Runtime.Serialization;
namespace System.Runtime
{
[Serializable]
- [System.Runtime.CompilerServices.TypeForwardedFrom("System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public sealed class AmbiguousImplementationException : Exception
{
public AmbiguousImplementationException()