From 56b6cea8d6927002e75289799884e660f3a521f1 Mon Sep 17 00:00:00 2001 From: IG Date: Wed, 22 May 2024 10:10:49 +0100 Subject: [PATCH] update target frameworks --- .github/workflows/full.yml | 8 +++----- managed/IronCompress.Test/IronCompress.Test.csproj | 2 +- managed/IronCompress/IronCompress.csproj | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 75b0311..41e07dd 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -169,9 +169,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 3.1.x 6.0.x - 7.0.x + 8.0.x - name: build run: dotnet build managed/IronCompress.sln -c release /p:Version=${{ env.VERSION }}${{ env.PACKAGE_SUFFIX }} /p:FileVersion=$VERSION /p:AssemblyVersion=$ASM_VERSION @@ -205,9 +204,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 3.1.x 6.0.x - 7.0.x + 8.0.x - name: Build run: dotnet build managed/IronCompress.sln -c release /p:Version=${{ env.VERSION }}${{ env.PACKAGE_SUFFIX }} /p:FileVersion=$VERSION /p:AssemblyVersion=$ASM_VERSION @@ -240,6 +238,6 @@ jobs: with: tag_name: ${{ env.VERSION }} name: ${{ env.VERSION }} - files: "pub/managed/*.nupgkg" + files: "pub/managed/*.nupkg" generate_release_notes: true diff --git a/managed/IronCompress.Test/IronCompress.Test.csproj b/managed/IronCompress.Test/IronCompress.Test.csproj index 2c839b8..69da0af 100644 --- a/managed/IronCompress.Test/IronCompress.Test.csproj +++ b/managed/IronCompress.Test/IronCompress.Test.csproj @@ -3,7 +3,7 @@ false latest - netcoreapp3.1;net6.0;net7.0 + net6.0;net8.0 diff --git a/managed/IronCompress/IronCompress.csproj b/managed/IronCompress/IronCompress.csproj index ea18647..c0f4d6a 100644 --- a/managed/IronCompress/IronCompress.csproj +++ b/managed/IronCompress/IronCompress.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;netcoreapp3.1;net6.0;net7.0 + netstandard2.0;netstandard2.1;net6.0;net8.0 enable True True