Skip to content

Instantly share code, notes, and snippets.

@omajid
Created March 25, 2022 13:57
Show Gist options
  • Save omajid/4f50e13f67bc2aebccbdd8df6d263dab to your computer and use it in GitHub Desktop.
Save omajid/4f50e13f67bc2aebccbdd8df6d263dab to your computer and use it in GitHub Desktop.
$ ls
appsettings.Development.json appsettings.json killme.csproj obj Program.cs Properties Startup.cs
$ rm -rf obj
$ ~/local/dotnet-sdk-microsoft-3.1.105/dotnet restore
Restore completed in 95.39 ms for /home/omajid/temp/killme/killme.csproj.
$ rm -rf obj/
$ ~/local/dotnet-sdk-microsoft-3.1.417/dotnet restore
Determining projects to restore...
Restored /home/omajid/temp/killme/killme.csproj (in 104 ms).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment