- update used .net sdk version

pull/57/head
Simon G 4 years ago committed by GitHub
parent c8b9654498
commit 0d627f8b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/ci.yml

@ -9,7 +9,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build - name: Build
run: dotnet build run: dotnet build
@ -20,7 +23,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Run tests - name: Run tests
run: dotnet test run: dotnet test

Loading…
Cancel
Save