Skip to content

Commit

Permalink
Address CS0656 with latest compiler (#9135)
Browse files Browse the repository at this point in the history
* Update System.Windows.Input.Manipulations.csproj

* Update UIAutomationTypes.csproj
  • Loading branch information
ericstj authored May 20, 2024
1 parent 504fd82 commit d6b1f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<NetCoreReference Include="System.Collections" />
<NetCoreReference Include="System.Diagnostics.Debug" />
<NetCoreReference Include="System.Diagnostics.Tools" />
<NetCoreReference Include="System.Memory" />
<NetCoreReference Include="System.Runtime" />
<NetCoreReference Include="System.Runtime.Extensions" />
<NetCoreReference Include="System.Resources.ResourceManager" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<NetCoreReference Include="netstandard" />
<NetCoreReference Include="Microsoft.Win32.Primitives" />
<NetCoreReference Include="System" />
<NetCoreReference Include="System.Memory" />
<NetCoreReference Include="System.Runtime" />
<NetCoreReference Include="System.Resources.ResourceManager" />
<NetCoreReference Include="System.Runtime.InteropServices" />
Expand Down

0 comments on commit d6b1f45

Please sign in to comment.