mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
fix(dotnet): use ImageSharp to also support Linux
This commit is contained in:
committed by
Benoît Cortier
parent
26421c7469
commit
c0031d34eb
+7
-3
@@ -9,10 +9,14 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../Devolutions.IronRdp/Devolutions.IronRdp.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
|
||||
<!--
|
||||
System.Drawing.Common NuGet package is only supported on Windows operating systems.
|
||||
One of the recommended alternatives include ImageSharp.
|
||||
|
||||
https://learn.microsoft.com/en-us/dotnet/api/system.drawing?view=net-8.0
|
||||
-->
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user