Skip to content

Commit ba719ac

Browse files
monojenkinsakoeplinger
authored andcommitted
[2019-06] Add TypeForwards for FileSystemName & CryptographicOperations (#15657)
* Add TypeForwards for: * System.IO.Enumeration.FileSystemName * System.Security.Cryptography.CryptographicOperations Since these were removed in NS 2.1 * Bump API snapshot submodule
1 parent dfd0235 commit ba719ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mcs/class/System/Assembly/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@
9292

9393
[assembly: TypeForwardedTo (typeof (System.Collections.Generic.Stack<>))]
9494
[assembly: TypeForwardedTo (typeof (System.Collections.Generic.Queue<>))]
95+
[assembly: TypeForwardedTo (typeof (System.IO.Enumeration.FileSystemName))]
96+
[assembly: TypeForwardedTo (typeof (System.Security.Cryptography.CryptographicOperations))]

0 commit comments

Comments
 (0)