We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a210e6e commit 55eeaffCopy full SHA for 55eeaff
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v5
18
with:
19
- dotnet-version: 9.x
+ dotnet-version: 10.x
20
- name: Restore dependencies
21
working-directory: user-auth/GraphTutorial/
22
run: dotnet restore
0 commit comments