Skip to content

Commit 9f74710

Browse files
author
Petr Sramek
committed
removed older net version setup and becnhmarks
1 parent 647ed27 commit 9f74710

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Setup .NET 5
20-
uses: actions/setup-dotnet@v3
21-
with:
22-
dotnet-version: 5.x
23-
- name: Setup .NET 6
24-
uses: actions/setup-dotnet@v3
25-
with:
26-
dotnet-version: 6.x
27-
- name: Setup .NET 7
28-
uses: actions/setup-dotnet@v3
29-
with:
30-
dotnet-version: 7.x
31-
- name: Setup .NET 8
32-
uses: actions/setup-dotnet@v3
33-
with:
34-
dotnet-version: 8.x
3519
- name: Setup .NET 9
3620
uses: actions/setup-dotnet@v3
3721
with:
@@ -42,18 +26,6 @@ jobs:
4226
run: dotnet build --no-restore
4327
- name: Test
4428
run: dotnet test --no-build --verbosity normal
45-
- name: Benchmark (.NET 5)
46-
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
47-
run: dotnet run -c Release --framework net5.0
48-
- name: Benchmark (.NET 6)
49-
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
50-
run: dotnet run -c Release --framework net6.0
51-
- name: Benchmark (.NET 7)
52-
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
53-
run: dotnet run -c Release --framework net7.0
54-
- name: Benchmark (.NET 8)
55-
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
56-
run: dotnet run -c Release --framework net8.0
5729
- name: Benchmark (.NET 9)
5830
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
5931
run: dotnet run -c Release --framework net9.0

0 commit comments

Comments
 (0)