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

Commit 07e7e24

Browse files
authored
Set the correct key for WindowsBase shim
1 parent 911b778 commit 07e7e24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/shims/netfxreference.props

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<NetFxReference Include="System.Xml" />
2626
<NetFxReference Include="System.Xml.Serialization" />
2727
<NetFxReference Include="System.Xml.Linq" />
28-
<NetFxReference Include="WindowsBase" />
28+
<NetFxReference Include="WindowsBase">
29+
<StrongNameSig>MSSharedLib</StrongNameSig>
30+
</NetFxReference>
2931
</ItemGroup>
30-
</Project>
32+
</Project>

0 commit comments

Comments
 (0)