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 af1c4dd commit 5a0af71Copy full SHA for 5a0af71
.github/workflows/GenerateAsyncCode.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup .NET
22
uses: actions/setup-dotnet@v5
23
with:
24
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
25
26
- name: Generate Async code
27
run: |
.github/workflows/NetCoreTests.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Set up .NET
67
68
69
70
71
- name: Checkout
72
uses: actions/checkout@v5
0 commit comments