Skip to content

Commit 8cfb6ab

Browse files
Non-LTS net70 SDK no longer needed in build pipeline
1 parent 35b52a8 commit 8cfb6ab

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
assemblyVersion: ${{ env.BuildVersion }}.${{ github.run_number }}
2828
fileVersion: ${{ env.BuildVersion }}.${{ github.run_number }}
2929

30-
- name: Setup .NET 7
31-
uses: actions/setup-dotnet@v3
32-
with:
33-
dotnet-version: 7.0.x
34-
3530
- name: Setup LTS .NET
3631
uses: actions/setup-dotnet@v3
3732
with:
@@ -53,10 +48,10 @@ jobs:
5348
env:
5449
TestAssembly: ICSharpCode.AvalonEdit.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ICSharpCode.AvalonEdit.Tests.dll
5550

56-
- name: net7.0-windows Unit Tests
51+
- name: net8.0-windows Unit Tests
5752
run: vstest.console $env:TestAssembly
5853
env:
59-
TestAssembly: ICSharpCode.AvalonEdit.Tests\bin\${{ matrix.configuration }}\net7.0-windows\ICSharpCode.AvalonEdit.Tests.dll
54+
TestAssembly: ICSharpCode.AvalonEdit.Tests\bin\${{ matrix.configuration }}\net8.0-windows\ICSharpCode.AvalonEdit.Tests.dll
6055

6156
- name: net462 Unit Tests
6257
run: vstest.console $env:TestAssembly

0 commit comments

Comments
 (0)