Skip to content

Commit e6cf1e5

Browse files
committed
Revert .net9
1 parent 56b28fc commit e6cf1e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/ImageSharp/ImageSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Choose>
3030
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
3131
<PropertyGroup>
32-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
32+
<TargetFrameworks>net8.0</TargetFrameworks>
3333
<IsTrimmable>true</IsTrimmable>
3434
</PropertyGroup>
3535
</When>

tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Choose>
2424
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
2525
<PropertyGroup>
26-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
26+
<TargetFrameworks>net8.0</TargetFrameworks>
2727
</PropertyGroup>
2828
</When>
2929
<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</TargetFrameworks>
22+
<TargetFrameworks>net8.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</TargetFrameworks>
15+
<TargetFrameworks>net8.0</TargetFrameworks>
1616
</PropertyGroup>
1717
</When>
1818
<Otherwise>

0 commit comments

Comments
 (0)