- use correct .net version

ImplementExpressionTrees
Simon G 2 years ago
parent 466e29a84a
commit 2306338274
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 4
      .github/workflows/ci.yml

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v1 uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
with: with:
dotnet-version: '6.0.x' dotnet-version: '8.0.x'
- name: Build - name: Build
run: dotnet build run: dotnet build
@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v1 uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
with: with:
dotnet-version: '6.0.x' dotnet-version: '8.0.x'
- name: Run tests - name: Run tests
run: dotnet test run: dotnet test

Loading…
Cancel
Save