Is the Avalonia nuget source down? #21814
-
|
I'm trying to build Avalonia for the first time in a few years and I'm getting a bunch of nuget restore errors and errors trying to install workloads. Directly going to https://nuget.avaloniaui.net shows a 521 error, which is probably why nuget restore fails? So is the website down or do I somehow have some outdated URL somewhere that points to a thing that no longer exists? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Why not use this one: https://www.nuget.org/packages/Avalonia |
Beta Was this translation helpful? Give feedback.
-
|
.Net 6 is not supported any longer - Min version is now 8 for Avalonia |
Beta Was this translation helpful? Give feedback.
Ah, now I realized what went wrong, I was still on the master branch and pulled that up to date but this repo now has "main" as the main branch so I had to swap to that to get the nuke build settings file correct. It was actually pointing to .Net Core 3.1 for me and I could not find that old SDK so I manually patched it to .net6.0 to get it to run, which is why it was using that SDK.
I've now swapped to the main branch and got farther / different errors. But ultimately I decided to re-clone this repository and now I was able to build. So yeah the problem was that I had outdated stuff locally.
So after that I did get farther but now I get a bunch of errors (which might be that my dotnet SD…