Skip to content

Commit 493997c

Browse files
authored
Update dotnetcore.yml
1 parent 6861ee4 commit 493997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/dotnetcore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.x
18+
dotnet-version: 9.0.x
1919
- name: Build with dotnet
2020
run: dotnet build --configuration Release "./src/AsyncKeyLock.sln"
2121
- name: Run unit tests

0 commit comments

Comments
 (0)