Skip to content

Commit d895744

Browse files
committed
Change NET version to 10 in workflows
1 parent aca720c commit d895744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 8.0.x
24+
dotnet-version: 10.0.x
2525

2626
- name: Generate Async code
2727
run: |

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up .NET
6767
uses: actions/setup-dotnet@v4
6868
with:
69-
dotnet-version: 8.0.x
69+
dotnet-version: 10.0.x
7070

7171
- name: Checkout
7272
uses: actions/checkout@v4

0 commit comments

Comments
 (0)