Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems running the dotnet tool without .NET Core 3.1 available #164

Closed
ForNeVeR opened this issue May 27, 2023 · 0 comments · Fixed by #165
Closed

Problems running the dotnet tool without .NET Core 3.1 available #164

ForNeVeR opened this issue May 27, 2023 · 0 comments · Fixed by #165

Comments

@ForNeVeR
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant