Skip to content

Commit 9afb4c6

Browse files
committed
dotnet9 in build
1 parent 3700f60 commit 9afb4c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v3
1515
with:
16-
dotnet-version: '8.0.x'
16+
dotnet-version: '9.0.x'
1717
- name: Set env
1818
run: |
1919
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV

.github/workflows/myget_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Setup .NET Core
99
uses: actions/setup-dotnet@v3
1010
with:
11-
dotnet-version: '8.0.x'
11+
dotnet-version: '9.0.x'
1212
- name: Set env
1313
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
1414
- uses: dotnet/nbgv@master

0 commit comments

Comments
 (0)