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 6861ee4 commit 493997cCopy full SHA for 493997c
.github/workflows/dotnetcore.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
19
- name: Build with dotnet
20
run: dotnet build --configuration Release "./src/AsyncKeyLock.sln"
21
- name: Run unit tests
0 commit comments