Skip to content

Commit de75c5e

Browse files
committed
Update .NET SDK version to 9.0.x in workflow configuration
1 parent 1350aa5 commit de75c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111

1212
env:
13-
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use
13+
DOTNET_VERSION: '9.0.x' # The .NET SDK version to use
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)