This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 6df88e4
committed
Fix System.Configuration.ConfigurationManager desktop ref
The desktop reference assembly for System.Configuration.ConfigurationManager
incorrectly had typedefs rather than type forwards.
This was because it was missing a reference to System.Configuration
so none of the types in that assembly were replaced with TypeForwards.1 parent 064e0d8 commit 6df88e4
File tree
1 file changed
+1
-0
lines changed- src/System.Configuration.ConfigurationManager/ref
1 file changed
+1
-0
lines changedsrc/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments