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 aca720c commit d895744Copy full SHA for d895744
.github/workflows/GenerateAsyncCode.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup .NET
22
uses: actions/setup-dotnet@v4
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@v4
0 commit comments