Skip to content

Commit 5a35b36

Browse files
committed
Update build pipelines Install net 9.0
1 parent b604ecb commit 5a35b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/[email protected]
2424
with:
25-
dotnet-version: '8.0.x'
25+
dotnet-version: '9.0.x'
2626

2727
- name: Setup NuGet
2828
uses: NuGet/[email protected]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup .NET
4242
uses: actions/[email protected]
4343
with:
44-
dotnet-version: '8.0.x'
44+
dotnet-version: '9.0.x'
4545

4646
- name: Setup NuGet
4747
uses: NuGet/[email protected]

0 commit comments

Comments
 (0)