diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1429a0e2d..51ed0167f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ env: CONFIGURATION: Release DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 - DOTNET_SDK_VERSION: 5.0.201 + DOTNET_SDK_VERSION: 5.0.x NET_CORE_VERSION: net5.0 NET_FRAMEWORK_VERSION: net48 NODE_JS_VERSION: 14 # Periodically bumped to follow latest LTS | https://github.com/actions/setup-node/issues/26