Skip to content

Commit 0076f69

Browse files
committed
Added net9.0 to the TargetFrameworks
1 parent dd8b3ac commit 0076f69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
with:
3636
dotnet-version: 8.0.x
3737

38+
- name: Setup .NET 9.0.x
39+
uses: actions/setup-dotnet@v4
40+
with:
41+
dotnet-version: 9.0.x
42+
3843
- name: List installed .NET SDKs
3944
run: dotnet --list-sdks
4045

0 commit comments

Comments
 (0)