Skip to content

Commit 4e57602

Browse files
authored
Update main.yml
1 parent cfc2fdd commit 4e57602

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
uses: actions/checkout@v1
4343
- name: Setup dotnet
4444
uses: actions/setup-dotnet@v4
45+
with:
46+
dotnet-version: '9.0.x'
4547
- name: .NET Build
4648
run: dotnet build Build.csproj -c Release /p:CI=true
4749
- name: Dapper Tests

0 commit comments

Comments
 (0)