From 9514108c891adce17cdf65fa63c95d09f1ee406f Mon Sep 17 00:00:00 2001 From: BEN ABT Date: Fri, 11 Apr 2025 19:58:57 +0200 Subject: [PATCH] fix: update dotnet SDK versions to include specific patch versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60732e5..558da40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: with: configuration: Release dotnet-sdks: | - 8.x - 9.x - 10.x + 8.0.x + 9.0.x + 10.0.x secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}