From 7ed0aa562eb23586aa0dabee30b27883d46874a6 Mon Sep 17 00:00:00 2001 From: "Timothy Mothra Lee (from Dev Box)" Date: Wed, 23 Oct 2024 15:54:33 -0700 Subject: [PATCH 1/3] add net9 to test framework --- .github/workflows/build-and-test-BASE.yml | 3 ++- .github/workflows/build-and-test-LOGGING.yml | 3 ++- .github/workflows/build-and-test-NETCORE.yml | 3 ++- .github/workflows/build-and-test-WEB.yml | 3 ++- .github/workflows/redfield-sanity-check.yml | 3 ++- .github/workflows/sanity.yml | 1 + .props/Test.props | 2 +- Directory.Build.props | 4 ++-- .../test/IntegrationTests.Tests/IntegrationTests.Tests.csproj | 4 ++++ 9 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-test-BASE.yml b/.github/workflows/build-and-test-BASE.yml index ccab0420a..68ac67868 100644 --- a/.github/workflows/build-and-test-BASE.yml +++ b/.github/workflows/build-and-test-BASE.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0] + framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0] include: - os: ubuntu-latest args: "--filter TestCategory!=WindowsOnly" @@ -40,6 +40,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore run: dotnet restore ${{ env.SOLUTION }} diff --git a/.github/workflows/build-and-test-LOGGING.yml b/.github/workflows/build-and-test-LOGGING.yml index 9ce794e97..8e4c0aefa 100644 --- a/.github/workflows/build-and-test-LOGGING.yml +++ b/.github/workflows/build-and-test-LOGGING.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [windows-latest] - framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0] + framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0] steps: - uses: actions/checkout@v4 @@ -37,6 +37,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore run: dotnet restore ${{ env.SOLUTION }} diff --git a/.github/workflows/build-and-test-NETCORE.yml b/.github/workflows/build-and-test-NETCORE.yml index dd094a9bb..f9f7ddee7 100644 --- a/.github/workflows/build-and-test-NETCORE.yml +++ b/.github/workflows/build-and-test-NETCORE.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0] + framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0] include: - os: ubuntu-latest args: "--filter TestCategory!=WindowsOnly" @@ -40,6 +40,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore run: dotnet restore ${{ env.SOLUTION }} diff --git a/.github/workflows/build-and-test-WEB.yml b/.github/workflows/build-and-test-WEB.yml index 9f86bfdf5..300f30e05 100644 --- a/.github/workflows/build-and-test-WEB.yml +++ b/.github/workflows/build-and-test-WEB.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [windows-latest] - framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0] + framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0] steps: - uses: actions/checkout@v4 @@ -37,6 +37,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore run: dotnet restore ${{ env.SOLUTION }} diff --git a/.github/workflows/redfield-sanity-check.yml b/.github/workflows/redfield-sanity-check.yml index 696bdb026..3849ee731 100644 --- a/.github/workflows/redfield-sanity-check.yml +++ b/.github/workflows/redfield-sanity-check.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - framework: [netcoreapp3.1,net6.0,net7.0,net8.0] + framework: [netcoreapp3.1,net6.0,net7.0,net8.0,net9.0] include: - os: ubuntu-latest args: "--filter TestCategory!=WindowsOnly" @@ -40,6 +40,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore run: dotnet restore ${{ env.SOLUTION }} diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 6d2f026c5..f04070e0c 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -39,6 +39,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore run: dotnet restore ${{ matrix.solution }} diff --git a/.props/Test.props b/.props/Test.props index f80c0e89e..085d85cf3 100644 --- a/.props/Test.props +++ b/.props/Test.props @@ -20,7 +20,7 @@ - net7.0 (GA Nov 2022) --> - net8.0;net7.0;net6.0;netcoreapp3.1; + net9.0;net8.0;net7.0;net6.0;netcoreapp3.1; net481;net480;net472;net462; net46;net452; diff --git a/Directory.Build.props b/Directory.Build.props index da3949143..77c427144 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -82,8 +82,8 @@ preview True - True - True + True + True