1
0
Fork 0
forked from Mirror/Ryujinx
Ryujinx/Ryujinx.Common/Ryujinx.Common.csproj
Mary-nyan 872f036d64
misc: Remove dependency on System.Drawing.Common ()
We only used it in one spot for DPI scaling factor.

This implements the same behaviour using gdiplus.

This remove 700KB of dependency to download and around 170KB unpacked.
2022-12-09 18:00:53 +01:00

13 lines
340 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MsgPack.Cli" Version="1.0.1" />
<PackageReference Include="System.Management" Version="7.0.0" />
</ItemGroup>
</Project>