- use .net 9 in ci

master
Simon G. 1 year ago
parent 81a7e869bf
commit ca022cbe61
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 4
      .github/workflows/ci.yml
  2. 2
      .github/workflows/deploy.yml

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

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'
- name: Build
run: dotnet build -c Release -o output
- name: Deploy to nuGet gallery

Loading…
Cancel
Save