Skip to content

Commit

Permalink
Upgrade to dotnet 7
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored Nov 16, 2022
1 parent 66d1b0e commit 0e57476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pengwin-setup.d/uninstall/dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function main() {

echo "Uninstalling dotnet"

remove_package "dotnet-sdk-3.1" "dotnet-sdk-5.0" "dotnet-sdk-6.0" "nuget"
remove_package "dotnet-sdk-3.1" "dotnet-sdk-5.0" "dotnet-sdk-6.0" "dotnet-sdk-7.0" "nuget"

echo "Removing leftover dotnet cli tools directory..."
rem_dir "$HOME/.dotnet"
Expand Down

0 comments on commit 0e57476

Please sign in to comment.