Skip to content

Commit 1825767

Browse files
committed
Merge branch 'main' into netfx_async
2 parents 7a653ba + 4e57602 commit 1825767

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
steps:
4141
- name: Checkout code
4242
uses: actions/checkout@v1
43+
- name: Setup dotnet
44+
uses: actions/setup-dotnet@v4
45+
with:
46+
dotnet-version: '9.0.x'
4347
- name: .NET Build
4448
run: dotnet build Build.csproj -c Release /p:CI=true
4549
- name: Dapper Tests

0 commit comments

Comments
 (0)