Add back net7.0 TFM for tests

This commit is contained in:
Patrik Svensson
2023-11-19 11:30:43 +01:00
committed by Patrik Svensson
parent b1e0896a0d
commit 4d6541dd14
4 changed files with 12 additions and 2 deletions

View File

@ -76,6 +76,11 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
shell: bash

View File

@ -107,6 +107,11 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Publish
shell: bash