You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
I ran into an issue when running this project after forking where all of the projects would fail to run and "(migration needed)" would appear next to them. After trying a few things, I ended up grabbing the previous commit and doing the migration from that. Based on the difference in this project and the result I got from that, I think the csharp-exercises.sln may not have been updated as part of the previous commit. The old file is looking for *.xproj files, while the migrated version is looking for *.csproj files.