Skip to content

Instantly share code, notes, and snippets.

@peteraritchie
Created September 1, 2023 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteraritchie/952bef95fd6267ad3e60df13ba5fc7d3 to your computer and use it in GitHub Desktop.
Save peteraritchie/952bef95fd6267ad3e60df13ba5fc7d3 to your computer and use it in GitHub Desktop.
dotnet new sln -n MySolution
gci -r '*.csproj' | ForEach-Object { dotnet sln MySolution.sln add $_.FullName;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment