From 176520f3999909188498af3dba7bac6c75dc1ba1 Mon Sep 17 00:00:00 2001 From: Jan Trejbal Date: Thu, 19 Sep 2024 12:56:11 +0200 Subject: [PATCH] Drop net7 target (#138) --- .github/workflows/build.yml | 1 - .github/workflows/nightly-release.yml | 1 - .github/workflows/pr-build.yml | 1 - .github/workflows/release.yml | 1 - ...eratedJsonConverters.SourceGenerator.Target.Tests.csproj | 2 +- ...am.GeneratedJsonConverters.SourceGenerator.Target.csproj | 6 +----- ...xam.GeneratedJsonConverters.SourceGenerator.Tests.csproj | 2 +- 7 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21bea1b..7bfe251 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: Restore diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 20357a6..6b830c8 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 6c81616..f4a3418 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: Restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f405b9..625b4f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,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/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests.csproj b/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests.csproj index 7c4498a..1f315c7 100644 --- a/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests.csproj +++ b/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests.csproj @@ -1,7 +1,7 @@ - net7.0;net8.0 + net8.0 12.0 enable Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.Tests diff --git a/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.csproj b/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.csproj index 4a50ee6..a8eae61 100644 --- a/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.csproj +++ b/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target/Aviationexam.GeneratedJsonConverters.SourceGenerator.Target.csproj @@ -1,7 +1,7 @@ - net7.0;net8.0 + net8.0 12.0 enable Aviationexam.GeneratedJsonConverters.SourceGenerator.Target @@ -25,10 +25,6 @@ - - - - diff --git a/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests.csproj b/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests.csproj index 77189ee..e44b11c 100644 --- a/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests.csproj +++ b/src/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests/Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests.csproj @@ -1,7 +1,7 @@ - net7.0;net8.0 + net8.0 12.0 enable Aviationexam.GeneratedJsonConverters.SourceGenerator.Tests