We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b1f45 commit cb1bc77Copy full SHA for cb1bc77
src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider/UIAutomationProvider.csproj
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
9
<PropertyGroup>
10
-
+
11
<EnableDefaultItems>false</EnableDefaultItems>
12
13
@@ -52,6 +52,7 @@
52
<NetCoreReference Include="Microsoft.Win32.Primitives" />
53
<NetCoreReference Include="System" />
54
<NetCoreReference Include="System.Drawing.Primitives" />
55
+ <NetCoreReference Include="System.Memory" />
56
<NetCoreReference Include="System.Runtime" />
57
<NetCoreReference Include="System.Resources.ResourceManager" />
58
<NetCoreReference Include="System.Runtime.InteropServices" />
0 commit comments