Hello, the .csproj file (/blob/main/source/FFImageLoading.Maui/FFImageLoading.Maui.csproj) mentions the use of the Svg.Skia package in version 1.0.0.10, but, for security reasons in particular, this package has vulnerabilities in this version.
<PackageReference Include="Svg.Skia" Version="1.0.0.10" />
Is it possible to mount this package in its latest version? (currently 2.0.0.4)
Thanks in advance !
Hello, the .csproj file (/blob/main/source/FFImageLoading.Maui/FFImageLoading.Maui.csproj) mentions the use of the Svg.Skia package in version 1.0.0.10, but, for security reasons in particular, this package has vulnerabilities in this version.
<PackageReference Include="Svg.Skia" Version="1.0.0.10" />Is it possible to mount this package in its latest version? (currently 2.0.0.4)
Thanks in advance !