C#C
C#3y ago
Conner

.csproj cannot be found in newly created solution

I created a new Avalonia Cross Platform MVVM solution in JetBrains Rider with .NET 8 (not able to choose anything else).
I was getting an error in the IDE that some files were missing which can be restored with dotnet restore.
dotnet restore gives me a bunch of errors though about not finding the .csproj of the project.

Included an image from my terminal but its in german so probably of minimal use:
image.png
Was this page helpful?