mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Add back net7.0 TFM for tests
This commit is contained in:

committed by
Patrik Svensson

parent
b1e0896a0d
commit
4d6541dd14
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user