We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9b201 commit 809d3a4Copy full SHA for 809d3a4
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,6 @@ jobs:
15
- uses: actions/setup-dotnet@v3
16
with:
17
dotnet-version: |
18
- 6.x
19
7.x
20
8.x
21
- run: dotnet format --verify-no-changes
@@ -35,4 +34,6 @@ jobs:
35
34
6.x
36
37
38
- - run: dotnet test
+ - run: dotnet test -p:TargetFrameworks=net8.0
+ - run: dotnet test -p:TargetFrameworks=net7.0
39
+ - run: dotnet test -p:TargetFrameworks=net6.0
0 commit comments