diff --git a/.github/workflows/functional_all_db.yml b/.github/workflows/functional_all_db.yml index 557b0232c9f..a3a5ee9e7f6 100644 --- a/.github/workflows/functional_all_db.yml +++ b/.github/workflows/functional_all_db.yml @@ -1,6 +1,6 @@ name: Functional Tests - all Databases on: -# manual trigger + # manual trigger workflow_dispatch: env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true diff --git a/.github/workflows/mac_unit_test_ci.yml b/.github/workflows/mac_unit_test_ci.yml index 3af148fab23..eef85ec9c8c 100644 --- a/.github/workflows/mac_unit_test_ci.yml +++ b/.github/workflows/mac_unit_test_ci.yml @@ -14,6 +14,4 @@ jobs: - name: Build and test run: | dotnet build -c Release -f net8.0 - dotnet build -c Release -f net7.0 - dotnet build -c Release -f net6.0 dotnet test -c Release --no-restore --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 0196d7cc5ac..25bc88f5f1d 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -27,8 +27,6 @@ jobs: - name: Build run: | dotnet build -c Release -f net8.0 - dotnet build -c Release -f net7.0 - dotnet build -c Release -f net6.0 - name: Unit Tests run: | dotnet test -c Release --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj diff --git a/.github/workflows/preview_ci.yml b/.github/workflows/preview_ci.yml index e77392c241e..a6793263c5a 100644 --- a/.github/workflows/preview_ci.yml +++ b/.github/workflows/preview_ci.yml @@ -31,8 +31,6 @@ jobs: - name: Build run: | dotnet build -c Release -f net8.0 - dotnet build -c Release -f net7.0 - dotnet build -c Release -f net6.0 - name: Unit Tests run: | dotnet test -c Release --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index a7dd0b96a5c..ec3a628ad47 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -42,8 +42,6 @@ jobs: - name: Build run: | dotnet build -c Release -f net8.0 -p:Version=${{ steps.get_version.outputs.VERSION }} - dotnet build -c Release -f net7.0 -p:Version=${{ steps.get_version.outputs.VERSION }} - dotnet build -c Release -f net6.0 -p:Version=${{ steps.get_version.outputs.VERSION }} - name: Unit Tests run: | dotnet test -c Release --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj diff --git a/src/OrchardCore.Build/Dependencies.AspNetCore.props b/src/OrchardCore.Build/Dependencies.AspNetCore.props index 9d6f4614819..d5679ce059e 100644 --- a/src/OrchardCore.Build/Dependencies.AspNetCore.props +++ b/src/OrchardCore.Build/Dependencies.AspNetCore.props @@ -9,7 +9,7 @@ - net8.0;net7.0;net6.0 + net8.0 @@ -24,15 +24,12 @@ 8.0.0 - + + diff --git a/src/docs/guides/decoupled-cms/README.md b/src/docs/guides/decoupled-cms/README.md index 56a1f1d5360..0921f0542c2 100644 --- a/src/docs/guides/decoupled-cms/README.md +++ b/src/docs/guides/decoupled-cms/README.md @@ -59,7 +59,7 @@ The newly created website should be able to run, and look like this: ```xml - net6.0 + net8.0 ``` diff --git a/src/docs/releases/1.8.0.md b/src/docs/releases/1.8.0.md index 956695bc3b8..cea6ed2471a 100644 --- a/src/docs/releases/1.8.0.md +++ b/src/docs/releases/1.8.0.md @@ -4,6 +4,10 @@ Release date: Not yet released ## Breaking Changes +### .NET support + +This release removes support for `net6.0` and `net7.0`. Only `net8.0` is supported. + ### TheAdmin Theme The `TheAdmin` theme was upgraded to Bootstrap 5.3.2. Here is a list of the breaking changes