We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4542c6d + 0613b8b commit 5d1d377Copy full SHA for 5d1d377
1 file changed
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v5
18
with:
19
- dotnet-version: 8.x
+ dotnet-version: 9.x
20
- name: Restore dependencies
21
working-directory: user-auth/GraphTutorial/
22
run: dotnet restore
0 commit comments