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 20f6a32 commit 238e462Copy full SHA for 238e462
eng/Directory.Build.Common.targets
@@ -100,7 +100,6 @@
100
101
<!-- Remove packages built into the .NET 6+ runtime -->
102
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
103
- <PackageReference Remove="Microsoft.Bcl.AsyncInterfaces" />
104
<PackageReference Remove="System.Buffers" />
105
<PackageReference Remove="System.Diagnostics.DiagnosticSource" />
106
<PackageReference Remove="System.Net.Http" />
0 commit comments