Skip to content

Commit

Permalink
Add missing WindowsDesktop libraries (dotnet#57339)
Browse files Browse the repository at this point in the history
These two libraries are exposed in WindowsDesktop's shared framework but are missing from the transport package.
  • Loading branch information
ViktorHofer authored Aug 13, 2021
1 parent a997f3c commit 60ee283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libraries/NetCoreAppLibrary.props
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
System.Security.Cryptography.Xml;
</AspNetCoreAppLibrary>
<WindowsDesktopCoreAppLibrary>
Microsoft.Win32.Registry.AccessControl;
Microsoft.Win32.SystemEvents;
System.CodeDom;
System.Configuration.ConfigurationManager;
System.Diagnostics.EventLog;
Expand All @@ -207,4 +209,4 @@
<AspNetCoreAppLibrary Include="$(AspNetCoreAppLibrary)" />
<WindowsDesktopCoreAppLibrary Include="$(WindowsDesktopCoreAppLibrary)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 60ee283

Please sign in to comment.