From 8428f8440a3feca51df78cf984fdc536f47fcd9f Mon Sep 17 00:00:00 2001 From: Jens Henneberg Date: Mon, 8 Apr 2024 09:37:37 +1200 Subject: [PATCH] fix: Install latest ,net 8 sdk during build Signed-off-by: Jens Henneberg --- .github/workflows/ci.yml | 3 +++ .github/workflows/release.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac8af2d..a37ee987 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: dotnet-version: | 6.0.x 7.0.x + 8.0.x source-url: https://nuget.pkg.github.com/open-feature/index.json - name: Restore @@ -72,6 +73,7 @@ jobs: dotnet-version: | 6.0.x 7.0.x + 8.0.x source-url: https://nuget.pkg.github.com/open-feature/index.json - name: Copy Gherkin @@ -106,6 +108,7 @@ jobs: dotnet-version: | 6.0.x 7.0.x + 8.0.x source-url: https://nuget.pkg.github.com/open-feature/index.json - name: Restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74505035..e107b87b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: dotnet-version: | 6.0.x 7.0.x + 8.0.x source-url: https://nuget.pkg.github.com/open-feature/index.json - name: Install dependencies