GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3.25k stars 319 forks source link

SixLabors.ImageSharp fails to install properly. #629

Closed jbvirt closed 8 months ago

jbvirt commented 8 months ago

Description

Trying to install the SixLabors.ImageSharp NuGet Package installs everything but the source .DLL's. See the image below. image

JoC0de commented 8 months ago

Hi @jbvirt The package only supports .net 6 but unity only supports netstandard 2.1. Probably you can try to add the dlls manually and see if unity supports it.

jbvirt commented 8 months ago

Good catch, thanks! Version 3.1.3 is not supported in Unity because it needs the System.Runtime.Intrinsics namespace. I was upgrading because of a recent CVE, but it seems that version 2.1.7 was also patched 10 hours ago.