-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy path0001-more-system-memory-fixes.patch
35 lines (33 loc) · 2.13 KB
/
0001-more-system-memory-fixes.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From f704647788c026d99652b5b3716fab92486841d9 Mon Sep 17 00:00:00 2001
From: Viktor Hofer <[email protected]>
Date: Tue, 21 May 2024 13:50:09 +0200
Subject: [PATCH] Add missing System.Memory references (#9140)
Backport: https://github.com/dotnet/wpf/commit/f704647788c026d99652b5b3716fab92486841d9
---
.../UIAutomation/UIAutomationClient/UIAutomationClient.csproj | 1 +
.../src/WindowsFormsIntegration/WindowsFormsIntegration.csproj | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/UIAutomationClient.csproj b/src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/UIAutomationClient.csproj
index c4e5ad37a38..e640afd9283 100644
--- a/src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/UIAutomationClient.csproj
+++ b/src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/UIAutomationClient.csproj
@@ -113,6 +113,7 @@
<NetCoreReference Include="System.Diagnostics.Process" />
<NetCoreReference Include="System.Diagnostics.StackTrace" />
<NetCoreReference Include="System.Diagnostics.Tools" />
+ <NetCoreReference Include="System.Memory" />
<NetCoreReference Include="System.Resources.ResourceManager" />
<NetCoreReference Include="System.Runtime" />
<NetCoreReference Include="System.Resources.ResourceManager" />
diff --git a/src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/WindowsFormsIntegration.csproj b/src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/WindowsFormsIntegration.csproj
index 8cd65be871e..f8a6ad01de7 100644
--- a/src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/WindowsFormsIntegration.csproj
+++ b/src/Microsoft.DotNet.Wpf/src/WindowsFormsIntegration/WindowsFormsIntegration.csproj
@@ -65,6 +65,7 @@
<NetCoreReference Include="System.Diagnostics.TraceSource" />
<NetCoreReference Include="System.Drawing" />
<NetCoreReference Include="System.Drawing.Primitives" />
+ <NetCoreReference Include="System.Memory" />
<NetCoreReference Include="System.Resources.ResourceManager" />
<NetCoreReference Include="System.Runtime" />
<NetCoreReference Include="System.Runtime.Extensions" />