We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi To fix this error, you need to install the .NET dependencies in addition. Depending on what version of the program you have, you need to download some or other runtime environments from the official Microsoft site. The version to be downloaded is shown in the error. At the moment the program uses .NET Framework 4.8 dependencies, but soon I plan to rewrite the whole thing to .NET CORE 5/7. Here are the links to download the dependencies: .NET Framework 4.8 https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 .NET 5 https://dotnet.microsoft.com/en-us/download/dotnet/5.0 .NET 7 https://dotnet.microsoft.com/en-us/download/dotnet/7.0 All the best
The text was updated successfully, but these errors were encountered:
origami-xyz
No branches or pull requests
Hi
To fix this error, you need to install the .NET dependencies in addition.
Depending on what version of the program you have, you need to download some or other runtime environments from the official Microsoft site.
The version to be downloaded is shown in the error.
At the moment the program uses .NET Framework 4.8 dependencies, but soon I plan to rewrite the whole thing to .NET CORE 5/7.
Here are the links to download the dependencies:
.NET Framework 4.8
https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48
.NET 5
https://dotnet.microsoft.com/en-us/download/dotnet/5.0
.NET 7
https://dotnet.microsoft.com/en-us/download/dotnet/7.0
All the best
The text was updated successfully, but these errors were encountered: