From 56b28fcdd0053eaa61e107e42c7543dbb3008fc6 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:03:26 +0300 Subject: [PATCH] net9.0 --- src/ImageSharp/ImageSharp.csproj | 17 +++++++++++++++-- .../ImageSharp.Benchmarks.csproj | 14 +++++++++++++- .../ImageSharp.Tests.ProfilingSandbox.csproj | 14 +++++++++++++- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 2 +- 4 files changed, 42 insertions(+), 5 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index d94d02aa29..ec05e662d8 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -19,8 +19,6 @@ enable Nullable - net8.0 - true @@ -28,6 +26,21 @@ 4.0 + + + + net8.0;net9.0 + true + + + + + net8.0 + true + + + + diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index a91c78576b..a705b24b28 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -2,7 +2,6 @@ - net8.0 ImageSharp.Benchmarks Exe SixLabors.ImageSharp.Benchmarks @@ -21,6 +20,19 @@ CA1822 + + + + net8.0;net9.0 + + + + + net8.0 + + + + diff --git a/tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj b/tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj index cf028ad756..832f3d171f 100644 --- a/tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj +++ b/tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj @@ -2,7 +2,6 @@ - net8.0 ImageSharp.Tests.ProfilingSandbox A cross-platform library for processing of image files written in C# Exe @@ -17,6 +16,19 @@ false + + + + net8.0;net9.0 + + + + + net8.0 + + + + diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 1a89545a41..9af4f41a81 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -22,7 +22,7 @@ - +