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

error dependency on .net core 7, but its out of support #186

Open
ridingmower opened this issue Jul 4, 2024 · 1 comment
Open

error dependency on .net core 7, but its out of support #186

ridingmower opened this issue Jul 4, 2024 · 1 comment

Comments

@ridingmower
Copy link

.net 7 is no longer supported

Error -
image


image

@gdlcf88
Copy link
Member

gdlcf88 commented Jul 5, 2024

      if (error) {
        dialog.showMessageBoxSync({type: "error", message: "Required .NET 7.0+ runtime is not installed."})
        app.quit()
        return
      }

It was a hardcoded error message. We are using .NET 8.0.

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

No branches or pull requests

2 participants