From 74c9cff2ef59a98d152cce29c1dea628e44b11f2 Mon Sep 17 00:00:00 2001 From: Senn Geerts Date: Sat, 6 Jul 2024 14:52:06 +0200 Subject: [PATCH] #196 I'd like .NET8 more, request both for ci --- .github/workflows/ci.yaml | 4 +++- .../AsyncAPI.Saunter.Generator.Cli.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf47024..8eb5bb4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,9 @@ jobs: node-version: 'lts/*' # latest LTS version - uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' # SDK Version to use; x will use the latest version of the channel + dotnet-version: | + 6.0.x # SDK Version to use; x will use the latest version of the channel + 8.0.x - name: Run NPM install run: npm ci diff --git a/src/AsyncAPI.Saunter.Generator.Cli/AsyncAPI.Saunter.Generator.Cli.csproj b/src/AsyncAPI.Saunter.Generator.Cli/AsyncAPI.Saunter.Generator.Cli.csproj index 0181dac..b553999 100644 --- a/src/AsyncAPI.Saunter.Generator.Cli/AsyncAPI.Saunter.Generator.Cli.csproj +++ b/src/AsyncAPI.Saunter.Generator.Cli/AsyncAPI.Saunter.Generator.Cli.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Exe enable 12