TypeForward cleanup for Culture=neutral (dotnet/coreclr#12698)
authorViktor Hofer <viktor.hofer@microsoft.com>
Sun, 9 Jul 2017 15:34:51 +0000 (17:34 +0200)
committerJan Kotas <jkotas@microsoft.com>
Sun, 9 Jul 2017 15:34:51 +0000 (17:34 +0200)
Commit migrated from https://github.com/dotnet/coreclr/commit/5041fa732b48728db01e9875358d6e564bd31548

src/coreclr/src/mscorlib/src/System/TimeZoneInfo.cs

index a492275..623942c 100644 (file)
@@ -29,7 +29,7 @@ namespace System
     };
 
     [Serializable]
-    [System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
+    [System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
     public sealed partial class TimeZoneInfo : IEquatable<TimeZoneInfo>, ISerializable, IDeserializationCallback
     {
         private enum TimeZoneInfoResult