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

Commit 6df88e4

Browse files
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

1 file changed

+1
-0
lines changed

src/System.Configuration.ConfigurationManager/ref/System.Configuration.ConfigurationManager.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ItemGroup Condition="'$(IsPartialFacadeAssembly)' == 'true'">
1919
<Reference Include="mscorlib" />
2020
<Reference Include="System" />
21+
<Reference Include="System.Configuration" />
2122
<Reference Include="System.Core" />
2223
<Reference Include="System.Xml" />
2324
</ItemGroup>

0 commit comments

Comments
 (0)