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
When running Svg.Skia.Converter on a computer without .NET Core 3.1 runtime, I get the following error:
App: /home/runner/work/O21/O21/.github/nuget-packages/svg.skia.converter/0.4.1/tools/netcoreapp3.1/any/Svg.Skia.Converter.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '3.1.0' (x64)
.NET location: /usr/share/dotnet/
The following frameworks were found:
6.0.16 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
7.0.5 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
That's likely because of the tool's runtimeconfig.json not declaring any roll forward policy.
The text was updated successfully, but these errors were encountered:
When running Svg.Skia.Converter on a computer without .NET Core 3.1 runtime, I get the following error:
That's likely because of the tool's
runtimeconfig.json
not declaring any roll forward policy.The text was updated successfully, but these errors were encountered: