From 75b92144d8192c939e806f4e9aad254f2e29b2c7 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:51:35 -0400 Subject: [PATCH 1/2] Delete dotnet-tools.json --- 10.0/BlazorWebAppMovies/.config/dotnet-tools.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 10.0/BlazorWebAppMovies/.config/dotnet-tools.json diff --git a/10.0/BlazorWebAppMovies/.config/dotnet-tools.json b/10.0/BlazorWebAppMovies/.config/dotnet-tools.json deleted file mode 100644 index fbb7b7641..000000000 --- a/10.0/BlazorWebAppMovies/.config/dotnet-tools.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-ef": { - "version": "10.0.1", - "commands": [ - "dotnet-ef" - ], - "rollForward": false - } - } -} \ No newline at end of file From 52c9d9cb288f5be9284207632507a1aa2d1df5c4 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:25:30 -0400 Subject: [PATCH 2/2] Updates for the 8.0 and 9.0 samps --- 8.0/BlazorWebAppMovies/.config/dotnet-tools.json | 13 ------------- 9.0/BlazorWebAppMovies/.config/dotnet-tools.json | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 8.0/BlazorWebAppMovies/.config/dotnet-tools.json delete mode 100644 9.0/BlazorWebAppMovies/.config/dotnet-tools.json diff --git a/8.0/BlazorWebAppMovies/.config/dotnet-tools.json b/8.0/BlazorWebAppMovies/.config/dotnet-tools.json deleted file mode 100644 index 8612f2322..000000000 --- a/8.0/BlazorWebAppMovies/.config/dotnet-tools.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-ef": { - "version": "8.0.7", - "commands": [ - "dotnet-ef" - ], - "rollForward": false - } - } -} \ No newline at end of file diff --git a/9.0/BlazorWebAppMovies/.config/dotnet-tools.json b/9.0/BlazorWebAppMovies/.config/dotnet-tools.json deleted file mode 100644 index 4f487990c..000000000 --- a/9.0/BlazorWebAppMovies/.config/dotnet-tools.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-ef": { - "version": "9.0.0", - "commands": [ - "dotnet-ef" - ], - "rollForward": false - } - } -} \ No newline at end of file