Skip to content

Commit

Permalink
remove System.Memory dependency from .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel authored and jonsequitur committed Feb 14, 2022
1 parent d86f87a commit 83402ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/System.CommandLine/System.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<Compile Include="..\System.Diagnostics.CodeAnalysis.cs" Link="System.Diagnostics.CodeAnalysis\System.Diagnostics.CodeAnalysis.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="system.memory" Version="4.5.4" />
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Memory" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 83402ea

Please sign in to comment.