Skip to content

Commit 9aa368c

Browse files
authored
Update dotnetcore.yml to install .NET 9
1 parent 1820eb9 commit 9aa368c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- name: Setup .NET 8.0
13+
- name: Setup .NET 9.0
1414
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: 8.0.403
16+
dotnet-version: 9.0.201
1717

1818
- shell: bash
1919
run: dotnet build --configuration Release -v:m

0 commit comments

Comments
 (0)