From a933c2f629f8aec4f4cde9768c48f9c041be207b Mon Sep 17 00:00:00 2001 From: Rick van Dam Date: Fri, 24 May 2024 15:19:07 +0200 Subject: [PATCH] revert --- .github/workflows/dotnet.yml | 5 +++-- global.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9f0003d..58f7c5b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,9 +17,10 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v3 with: - global-json-file: global.json + dotnet-version: | + 8.0.x - name: Cache nuget packages id: cache-nuget uses: actions/cache@v4 diff --git a/global.json b/global.json index e30c726..657a04b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.0", + "version": "8.0.204", "rollForward": "latestMinor", "allowPrerelease": true }