Update System.Memory dependency

This commit is contained in:
Weihan Li
2025-06-05 13:34:34 +08:00
committed by Patrik Svensson
parent bd0e2d3e22
commit 65bab890f2

View File

@@ -19,7 +19,6 @@
</ItemGroup>
<ItemGroup Label="Dependencies">
<PackageReference Include="System.Memory" />
<PackageReference Include="Wcwidth.Sources">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
@@ -34,6 +33,7 @@
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Memory" />
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" PrivateAssets="all"/>
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[$(AnnotatedReferenceAssemblyVersion)]"/>
</ItemGroup>