From 1c96f1e0d6cca2595dc04d32b3a3cad37b349189 Mon Sep 17 00:00:00 2001
From: Matthew Leibowitz <mattleibow@live.com>
Date: Fri, 23 Aug 2024 23:47:01 +0800
Subject: [PATCH] fixed as the ysay

---
 .github/workflows/setup-tools/action.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/workflows/setup-tools/action.yml b/.github/workflows/setup-tools/action.yml
index 8fdeaee..90da5d9 100644
--- a/.github/workflows/setup-tools/action.yml
+++ b/.github/workflows/setup-tools/action.yml
@@ -15,15 +15,6 @@ runs:
     if: runner.os == 'Windows'
     with:
       dotnet-version: 8.0.x
-  - name: Setup .NET
-    uses: actions/setup-dotnet@v4
-    if: runner.os != 'Windows'
-    with:
-      dotnet-version: 8.0.304
-  - name: Force .NET version
-    if: runner.os != 'Windows'
-    shell: pwsh
-    run: dotnet new globaljson --sdk-version 8.0.304
   - name: Show .NET Info
     shell: pwsh
     run: dotnet --info