Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Telling me to install .NET but .NET is already installed #3

Open
UpstairsEmpire opened this issue Jul 24, 2023 · 2 comments
Open

Telling me to install .NET but .NET is already installed #3

UpstairsEmpire opened this issue Jul 24, 2023 · 2 comments

Comments

@UpstairsEmpire
Copy link

No description provided.

@Saoirse042
Copy link

Seconding this as I've just found it happened on my machine - I installed .NET using the link in this repo, but it insists it won't run.

@UpstairsEmpire
Copy link
Author

I found a workaround.

TexToolsModExtractorGUI.runtimeconfig.json needs to be edited. Change the 5's to 7's so that it reads like this:

{
  "runtimeOptions": {
    "tfm": "net7.0",
    "framework": {
      "name": "Microsoft.WindowsDesktop.App",
      "version": "7.0.0"
    }
  }
}

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

No branches or pull requests

2 participants