Skip to content

Commit fa22a6b

Browse files
authored
Merge pull request #5 from sajanv88/patch-1
Update dotnet version 9.0.x GithubActions build
2 parents c5f06c0 + f7b182c commit fa22a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1818

1919
steps:
20-
- name: Setup .NET 8
20+
- name: Setup .NET 9
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: 8.0.x
23+
dotnet-version: 9.0.x
2424

2525
- name: Checkout source code
2626
uses: actions/checkout@v3

0 commit comments

Comments
 (0)