Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Remove extra TypeForward from facade to fix ConfiguredTaskAwaiter
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Aug 24, 2016
1 parent 03ff9b0 commit 740db98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mscorlib/facade/TypeForwards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
[assembly: TypeForwardedTo(typeof(System.Resources.PRIExceptionInfo))]
[assembly: TypeForwardedTo(typeof(System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeImportAttribute))]
[assembly: TypeForwardedTo(typeof(System.Runtime.InteropServices.WindowsRuntime.IRestrictedErrorInfo))]
[assembly: TypeForwardedTo(typeof(System.Globalization.CultureTypes))]
[assembly: TypeForwardedTo(typeof(System.StubHelpers.EventArgsMarshaler))]
[assembly: TypeForwardedTo(typeof(System.StubHelpers.InterfaceMarshaler))]
#endif
Expand Down

0 comments on commit 740db98

Please sign in to comment.