Skip to content

Commit

Permalink
replace system.memory reference with narrower system.buffers reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rose-a committed Apr 28, 2024
1 parent 2b77d59 commit 4fadbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL.Primitives/GraphQL.Primitives.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
</ItemGroup>
</Project>

0 comments on commit 4fadbff

Please sign in to comment.