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