From eef266003bc6955b202330ddca08f9c50081be07 Mon Sep 17 00:00:00 2001 From: sandreas <2050604+sandreas@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:36:59 +0100 Subject: [PATCH] Updated target framework version to net6.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e6fb50..1dab8a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: battila7/get-version-action@v2 - name: Build - run: dotnet build --configuration Release /p:Version=${{ steps.version.outputs.version-without-v }} + run: dotnet build --framework net6.0 --configuration Release /p:Version=${{ steps.version.outputs.version-without-v }} # - name: Test # run: dotnet test --configuration Release /p:Version=${{ steps.version.outputs.version-without-v }} --no-build