- 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/checkout@v1
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
with: with:
dotnet-version: '6.0.x' dotnet-version: '9.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: '9.0.x'
- name: Run tests - name: Run tests
run: dotnet test run: dotnet test

@ -14,7 +14,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: '9.0.x'
- name: Build - name: Build
run: dotnet build -c Release -o output run: dotnet build -c Release -o output
- name: Deploy to nuGet gallery - name: Deploy to nuGet gallery

Loading…
Cancel
Save