Update typeforward assemblyqualifiedname for TimeZoneInfoException
authorViktor Hofer <viktor.hofer@outlook.com>
Wed, 4 Oct 2017 22:43:34 +0000 (00:43 +0200)
committerViktor Hofer <viktor.hofer@outlook.com>
Wed, 4 Oct 2017 22:44:05 +0000 (00:44 +0200)
src/mscorlib/shared/System/InvalidTimeZoneException.cs

index 07450b0..25b155e 100644 (file)
@@ -7,7 +7,7 @@ using System.Runtime.Serialization;
 namespace System
 {
     [Serializable]
-    [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
+    [System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
     public class InvalidTimeZoneException : Exception
     {
         public InvalidTimeZoneException()