We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a33240 commit 8b3eb37Copy full SHA for 8b3eb37
1 file changed
.github/workflows/CI_build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
20
- name: Restore dependencies
21
run: dotnet restore src\ObjDiff.sln
22
- name: Build
0 commit comments