Skip to content

Commit

Permalink
[PCL]: Add missing type-forwarder for System.String to System.Runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Baulig committed May 24, 2013
1 parent 9151d0e commit a6d1281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcs/class/Facades/System.Runtime/TypeForwarders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,5 @@
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.IteratorStateMachineAttribute))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.CompilerServices.ReferenceAssemblyAttribute))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.ExceptionServices.ExceptionDispatchInfo))]
[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(string))]

0 comments on commit a6d1281

Please sign in to comment.