Solution to the error that occurred when installing Avalonia with dotnet #17526
HACKERA316
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you get an error similar to the one you see above, all you have to do is follow the steps below.
dotnet 8.0 or latest version
Paste the following command into the terminal. Powershell is recommended.
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
Beta Was this translation helpful? Give feedback.
All reactions