Skip to content

Commit 031170e

Browse files
committed
build: fix workflows for net9.0
1 parent c0a1c1c commit 031170e

File tree

4 files changed

+5
-53
lines changed

4 files changed

+5
-53
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 8.x
24+
dotnet-version: 9.x
2525

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

3535
- name: Upload Code Coverage
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4

.github/workflows/publish-to-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET SDK
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.x
22+
dotnet-version: 9.x
2323

2424
- name: Cache NuGet packages
2525
uses: actions/cache@v4
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup .NET SDK
4949
uses: actions/setup-dotnet@v4
5050
with:
51-
dotnet-version: 8.x
51+
dotnet-version: 9.x
5252

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

7676
- name: Publish to NuGet
7777
if: startsWith(github.ref, 'refs/tags')

.github/workflows/qodana_code_quality.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

qodana.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)