diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 901ed3f..b62a4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] env: DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_NOLOGO: true - DOTNET_SDK_VERSION: 7.0.x + DOTNET_SDK_VERSION: 8.0.x DOTNET_FRAMEWORK: net7.0 jobs: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c2eae8..f120d0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,8 +6,8 @@ env: CONFIGURATION: Release DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_NOLOGO: true - DOTNET_SDK_VERSION: 7.0.x - NET_CORE_VERSION: net7.0 + DOTNET_SDK_VERSION: 8.0.x + NET_CORE_VERSION: net8.0 NET_FRAMEWORK_VERSION: net48 PLUGIN_NAME: ASFFreeGames diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 6d4f2f9..604956a 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -11,7 +11,7 @@ on: env: DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_NOLOGO: true - DOTNET_SDK_VERSION: 7.0.x + DOTNET_SDK_VERSION: 8.0.x concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}