Skip to content

Commit 0e57476

Browse files
authored
Upgrade to dotnet 7
1 parent 66d1b0e commit 0e57476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pengwin-setup.d/uninstall/dotnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function main() {
77

88
echo "Uninstalling dotnet"
99

10-
remove_package "dotnet-sdk-3.1" "dotnet-sdk-5.0" "dotnet-sdk-6.0" "nuget"
10+
remove_package "dotnet-sdk-3.1" "dotnet-sdk-5.0" "dotnet-sdk-6.0" "dotnet-sdk-7.0" "nuget"
1111

1212
echo "Removing leftover dotnet cli tools directory..."
1313
rem_dir "$HOME/.dotnet"

0 commit comments

Comments
 (0)