Skip to content

Commit

Permalink
Merge pull request #348 from jairbubbles/simplify-dependencies
Browse files Browse the repository at this point in the history
Simplify dependencies
  • Loading branch information
JimBobSquarePants authored Sep 5, 2023
2 parents 32bef42 + b532dee commit dc3e081
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/SixLabors.Fonts/SixLabors.Fonts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
</ItemGroup>

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

<Import Project="..\..\shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems" Label="Shared" />
Expand Down

0 comments on commit dc3e081

Please sign in to comment.