aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/Ryujinx.HLE.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/Ryujinx.HLE.csproj')
-rw-r--r--src/Ryujinx.HLE/Ryujinx.HLE.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/Ryujinx.HLE.csproj b/src/Ryujinx.HLE/Ryujinx.HLE.csproj
index 0fcf9e4b..83a11d4e 100644
--- a/src/Ryujinx.HLE/Ryujinx.HLE.csproj
+++ b/src/Ryujinx.HLE/Ryujinx.HLE.csproj
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
@@ -24,8 +25,8 @@
<PackageReference Include="LibHac" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="MsgPack.Cli" />
- <PackageReference Include="SixLabors.ImageSharp" />
- <PackageReference Include="SixLabors.ImageSharp.Drawing" />
+ <PackageReference Include="SkiaSharp" />
+ <PackageReference Include="SkiaSharp.NativeAssets.Linux" />
<PackageReference Include="NetCoreServer" />
</ItemGroup>