From 9e1404de1eabe30ec748ba58a0eca249fb224efe Mon Sep 17 00:00:00 2001 From: Akhan Zhakiyanov Date: Thu, 14 Dec 2023 14:45:04 +0800 Subject: [PATCH 1/2] feat: add .NET 8 support --- .github/workflows/main.yml | 4 ++-- src/Directory.Build.props | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 001f7a7..428e3ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,11 +20,11 @@ jobs: name: test and publish if allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" - name: Run tests run: dotnet test src/ --collect:"XPlat Code Coverage" diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e48d111..2947b86 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -19,8 +19,8 @@ 13.0.0 - net7.0; net6.0; netstandard2.0 - net7.0; net6.0 + net8.0; net7.0; net6.0; netstandard2.0 + net8.0; net7.0; net6.0 From 54cf339928f08f9f05086edaa2deef7fbf6e70e9 Mon Sep 17 00:00:00 2001 From: Ben McCallum Date: Wed, 24 Jan 2024 09:45:07 +1000 Subject: [PATCH 2/2] Update Directory.Build.props --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 2947b86..40da9b1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -4,7 +4,7 @@ Polymorphic IDs. Polymorphic Relay IDs for HotChocolate GraphQL HotChocolate Relay - 4.0.0-rc.1 + 4.1.0 https://github.com/autoguru-au/hotchocolate-polymorphic-ids https://github.com/autoguru-au/hotchocolate-polymorphic-ids