From d1b32bcbc181c129737476aef6666a721a93e837 Mon Sep 17 00:00:00 2001 From: Jan Trejbal Date: Wed, 9 Oct 2024 13:34:55 +0200 Subject: [PATCH] Drop net 7 (#169) --- .github/workflows/build.yml | 1 - .github/workflows/nightly-release.yml | 1 - .github/workflows/pr-build.yml | 1 - .github/workflows/release.yml | 1 - .../PayPal.Sdk.Checkout.csproj | 146 +++++++++--------- .../PayPal.Sdk.Checkout.Test.csproj | 89 +++++------ 6 files changed, 107 insertions(+), 132 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e5f563..a0f5012 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 7.0.x 8.0.x - uses: actions/checkout@v4 - name: Fetch all history for all tags and branches diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 16e1351..6fb178f 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -15,7 +15,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 7.0.x 8.0.x - uses: actions/checkout@v4 - name: Fetch all history for all tags and branches diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index a7f9f52..6c9f2e1 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -18,7 +18,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 7.0.x 8.0.x - uses: actions/checkout@v4 - name: Fetch all history for all tags and branches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09cf0d0..69024c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 7.0.x 8.0.x - uses: actions/checkout@v4 - name: Fetch all history for all tags and branches diff --git a/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj b/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj index bdad51e..e4d0829 100644 --- a/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj +++ b/src/PayPal.Sdk.Checkout/PayPal.Sdk.Checkout.csproj @@ -1,77 +1,69 @@ - - - - net7.0;net8.0 - 12.0 - enable - 1.0.0 - PayPal - https://github.com/aviationexam/PayPal.Sdk.Checkout - git - https://github.com/aviationexam/PayPal.Sdk.Checkout - PayPalCheckoutSdk - PayPal, Aviationexams - LICENSE.txt - true - snupkg - - - - true - - - - - internal - PayPal.Sdk.Checkout.Core.MessageSerializers - PayPalJsonSerializerContext - - - FirstEnumName - - - UseBackingType|UseEnumName - - - - $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'PayPal.Sdk.Checkout.sln'))\.git - - PayPal.Sdk.Checkout - - - 9 - - - true - - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net8.0 + 12.0 + enable + 1.0.0 + PayPal + https://github.com/aviationexam/PayPal.Sdk.Checkout + git + https://github.com/aviationexam/PayPal.Sdk.Checkout + PayPalCheckoutSdk + PayPal, Aviationexams + LICENSE.txt + true + snupkg + + + + true + + + + + internal + PayPal.Sdk.Checkout.Core.MessageSerializers + PayPalJsonSerializerContext + + + FirstEnumName + + + UseBackingType|UseEnumName + + + + $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'PayPal.Sdk.Checkout.sln'))\.git + + PayPal.Sdk.Checkout + + + 9 + + + true + + + + false + + + + + + + + + + + + + + + + + + + + diff --git a/tests/PayPal.Sdk.Checkout.Test/PayPal.Sdk.Checkout.Test.csproj b/tests/PayPal.Sdk.Checkout.Test/PayPal.Sdk.Checkout.Test.csproj index 59c2d9e..92b87f9 100644 --- a/tests/PayPal.Sdk.Checkout.Test/PayPal.Sdk.Checkout.Test.csproj +++ b/tests/PayPal.Sdk.Checkout.Test/PayPal.Sdk.Checkout.Test.csproj @@ -1,51 +1,38 @@ - - - - net7.0;net8.0 - 12.0 - enable - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net8.0 + 12.0 + enable + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +