Skip to content

Commit 9c84332

Browse files
m-reddingCopilot
andauthored
Remove System.Memory since it is built into the runtime (Azure#50576)
* remove System.Memory since it is built into the runtime * Update eng/Directory.Build.Common.targets Co-authored-by: Copilot <[email protected]> * Update Directory.Build.Common.targets --------- Co-authored-by: Copilot <[email protected]>
1 parent fc11ce2 commit 9c84332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/Directory.Build.Common.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
106106
<PackageReference Remove="System.Buffers" />
107107
<PackageReference Remove="System.Diagnostics.DiagnosticSource" />
108+
<PackageReference Remove="System.Memory" />
108109
<PackageReference Remove="System.Net.Http" />
109110
<PackageReference Remove="System.Numerics.Vectors" />
110111
<PackageReference Remove="System.Text.Encodings.Web" />

0 commit comments

Comments
 (0)