Skip to content

Commit c9a2143

Browse files
committed
test only .net9
1 parent 9af0191 commit c9a2143

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
uses: actions/setup-dotnet@v2
1919
with:
2020
dotnet-version: |
21-
5.0.x
2221
6.0.x
23-
7.0.x
24-
8.0.x
2522
9.0.x
2623
2724
- name: Restore dependencies
@@ -36,8 +33,4 @@ jobs:
3633
3734
- name: Test AutoInstrumentation.UnitTests
3835
run: |
39-
dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net5.0 --no-build --verbosity normal
40-
dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net6.0 --no-build --verbosity normal
41-
dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net7.0 --no-build --verbosity normal
42-
dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net8.0 --no-build --verbosity normal
4336
dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net9.0 --no-build --verbosity normal

0 commit comments

Comments
 (0)