mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Abstract BitmapInformation class and implement cross-platform using ImageSharp
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
|
||||
<EnableNetFXTarget>true</EnableNetFXTarget>
|
||||
<SixLaborsLicenseFile>./sixlabors-sample.lic</SixLaborsLicenseFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- TODO: Only import on non-Windows targets -->
|
||||
<!-- ImageSharp provides support for decoding images -->
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="4.0.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user