diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e9a9813..4d14180 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,6 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@main with: - dotnet-version: 8.0.x global-json-file: ./global.json - name: Restore dependencies diff --git a/global.json b/global.json index 4100a4a..e2138e0 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.201" + "version": "8.0.200" } } \ No newline at end of file