Add net9.0 support, remove legacy TFM:s (#1682)

* Update .NET SDK to 9.0.100
* Remove net6.0
* Remove net7.0
* Update dependencies
* Install correct .NET SDK:s in GitHub Actions
This commit is contained in:
Patrik Svensson
2024-11-13 14:54:01 +01:00
committed by GitHub
parent 574ead6d46
commit 375a708c43
12 changed files with 26 additions and 38 deletions

View File

@ -26,9 +26,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Build
shell: bash

View File

@ -32,9 +32,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: Publish
shell: bash