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 cfc2fdd commit 4e57602Copy full SHA for 4e57602
.github/workflows/main.yml
@@ -42,6 +42,8 @@ jobs:
42
uses: actions/checkout@v1
43
- name: Setup dotnet
44
uses: actions/setup-dotnet@v4
45
+ with:
46
+ dotnet-version: '9.0.x'
47
- name: .NET Build
48
run: dotnet build Build.csproj -c Release /p:CI=true
49
- name: Dapper Tests
0 commit comments