You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting Warning NETSDK1206 when building my application that depends on FreeSpire.XLS.XLS:
Found version-specific or distribution-specific runtime identifier(s): tizen-armel, tizen-x86. Affected libraries: SkiaSharp. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Based on the warning, and the information from NuGet Package Manager, I can see that FreeSpire.XLS.XLS is the package referencing SkiaSharp:
Microsoft's advice is to contact the package authors to request switching the package to use only portable RIDs. Is this something that can be considered for a future release?
The text was updated successfully, but these errors were encountered:
I should have mentioned that Spire.XLS uses SkiaSharp version 1.68.0 and the latest release is 2.88.9. Updating to a more recent release may resolve the issue.
I am getting Warning NETSDK1206 when building my application that depends on FreeSpire.XLS.XLS:
Based on the warning, and the information from NuGet Package Manager, I can see that FreeSpire.XLS.XLS is the package referencing SkiaSharp:
Microsoft's advice is to contact the package authors to request switching the package to use only portable RIDs. Is this something that can be considered for a future release?
The text was updated successfully, but these errors were encountered: