diff --git a/.github/workflows/multiframework-build.yml b/.github/workflows/multiframework-build.yml index a83494514..1785b8050 100644 --- a/.github/workflows/multiframework-build.yml +++ b/.github/workflows/multiframework-build.yml @@ -27,7 +27,6 @@ jobs: with: dotnet-version: | 8.0.x - 7.0.x 6.0.x - uses: actions/checkout@v3 - name: Build diff --git a/.github/workflows/net-build.yml b/.github/workflows/net-build.yml index a9098e221..214582f81 100644 --- a/.github/workflows/net-build.yml +++ b/.github/workflows/net-build.yml @@ -48,7 +48,7 @@ jobs: - name: Build run: | dotnet build --configuration Release .\Vonage\Vonage.csproj - dotnet build --configuration Release .\Vonage.Test\Vonage.Test.csproj -f net7.0 + dotnet build --configuration Release .\Vonage.Test\Vonage.Test.csproj -f net8.0 - name: Test run: dotnet-coverage collect 'dotnet test --configuration Release --no-build -f net7.0 --filter Category!=Integration' -f xml -o 'coverage.xml' - name: End SonarScanner