Skip to content

Commit e4c8b49

Browse files
committed
Small fix with dependency
1 parent e259ded commit e4c8b49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

BCnEncoder.NET.ImageSharp/BCnEncoder.NET.ImageSharp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/Nominom/BCnEncoder.NET</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageReleaseNotes>Fix issues with ImageSharp 2.0.0</PackageReleaseNotes>
21-
<Version>1.1.0</Version>
21+
<Version>1.1.1</Version>
2222
</PropertyGroup>
2323

2424
<ItemGroup>
@@ -27,6 +27,7 @@
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
2929
<PackageReference Include="SixLabors.ImageSharp" Version="2.0.0" />
30+
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" />
3031
</ItemGroup>
3132

3233
<ItemGroup>

0 commit comments

Comments
 (0)