diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0cfc8f7..bf47024 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: node-version: 'lts/*' # latest LTS version - uses: actions/setup-dotnet@v2 with: - dotnet-version: '8.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 - 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 bf10ee0..0181dac 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 @@  - net8.0 + net6.0 Exe enable 12 @@ -11,7 +11,6 @@ Exe true AsyncAPI.Saunter.Generator.Cli - asyncapi true