Skip to content

Commit c560e32

Browse files
committed
Drop .NET9
1 parent b693770 commit c560e32

File tree

5 files changed

+5
-31
lines changed

5 files changed

+5
-31
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -90,31 +90,6 @@ jobs:
9090
runtime: -x64
9191
codecov: false
9292

93-
- os: ubuntu-latest
94-
framework: net9.0
95-
sdk: 9.0.x
96-
sdk-preview: true
97-
runtime: -x64
98-
codecov: false
99-
- os: macos-13 # macos-latest runs on arm64 runners where libgdiplus is unavailable
100-
framework: net9.0
101-
sdk: 9.0.x
102-
sdk-preview: true
103-
runtime: -x64
104-
codecov: false
105-
- os: windows-latest
106-
framework: net9.0
107-
sdk: 9.0.x
108-
sdk-preview: true
109-
runtime: -x64
110-
codecov: false
111-
- os: buildjet-4vcpu-ubuntu-2204-arm
112-
framework: net9.0
113-
sdk: 9.0.x
114-
sdk-preview: true
115-
runtime: -x64
116-
codecov: false
117-
11893
- os: ubuntu-latest
11994
framework: net8.0
12095
sdk: 8.0.x
@@ -195,9 +170,8 @@ jobs:
195170
uses: actions/setup-dotnet@v4
196171
with:
197172
dotnet-version: |
198-
9.0.x
199173
10.0.x
200-
174+
201175
- name: DotNet Build
202176
if: ${{ matrix.options.sdk-preview != true }}
203177
shell: pwsh

src/ImageSharp/ImageSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Choose>
3131
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
3232
<PropertyGroup>
33-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
33+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
3434
</PropertyGroup>
3535
</When>
3636
<Otherwise>

tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Choose>
4040
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
4141
<PropertyGroup>
42-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
42+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
4343
</PropertyGroup>
4444
</When>
4545
<Otherwise>

tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Choose>
2020
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
2121
<PropertyGroup>
22-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
22+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
2323
</PropertyGroup>
2424
</When>
2525
<Otherwise>

tests/ImageSharp.Tests/ImageSharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Choose>
1313
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
1414
<PropertyGroup>
15-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
15+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
1616
</PropertyGroup>
1717
</When>
1818
<Otherwise>

0 commit comments

Comments
 (0)