Skip to content

Commit

Permalink
build: fix workflows for net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 16, 2024
1 parent c0a1c1c commit 031170e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Restore dependencies
run: dotnet restore
Expand All @@ -33,4 +33,4 @@ jobs:
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"

- name: Upload Code Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Cache NuGet packages
uses: actions/cache@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Run Test
run: dotnet test --configuration $BUILD_CONFIG --no-build --verbosity normal --framework net7.0
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Publish to NuGet
if: startsWith(github.ref, 'refs/tags')
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/qodana_code_quality.yml

This file was deleted.

29 changes: 0 additions & 29 deletions qodana.yaml

This file was deleted.

0 comments on commit 031170e

Please sign in to comment.