This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 51b4aeb
committed
Make System.IO.Pipes.AccessControl System.Runtime-based
Previously this partial facade was unnecessarily System.Private.Corelib-
based. The assembly doesn't require any types in CoreLib so it can
remain System.Runtime-based. This has the added benefit of giving
the linker access to RefPath which contains all the contract assemblies
in the reference closure (in case it needs more than the CSC needed).1 parent d52ee27 commit 51b4aeb
File tree
1 file changed
+2
-2
lines changed- src/System.IO.Pipes.AccessControl/src
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments