From e4559ecca68d7e6267faebfc8296e7349f1eceaa Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 5 Nov 2024 21:43:29 +0800 Subject: [PATCH] Updating TFMs and NuGets --- samples/SkiaSharpDemo/SkiaSharpDemo.csproj | 2 +- .../SkiaSharp.Extended.UI.Maui.csproj | 18 ++++++++++-------- .../SkiaSharp.Extended.csproj | 4 ++-- .../SkiaSharp.Extended.Tests.csproj | 10 +++++----- .../SkiaSharp.Extended.UI.Maui.Tests.csproj | 10 +++++----- 5 files changed, 23 insertions(+), 21 deletions(-) diff --git a/samples/SkiaSharpDemo/SkiaSharpDemo.csproj b/samples/SkiaSharpDemo/SkiaSharpDemo.csproj index a1b56d64..c3cd10ec 100644 --- a/samples/SkiaSharpDemo/SkiaSharpDemo.csproj +++ b/samples/SkiaSharpDemo/SkiaSharpDemo.csproj @@ -32,7 +32,7 @@ - + diff --git a/source/SkiaSharp.Extended.UI.Maui/SkiaSharp.Extended.UI.Maui.csproj b/source/SkiaSharp.Extended.UI.Maui/SkiaSharp.Extended.UI.Maui.csproj index ad97141f..2cdb2f79 100644 --- a/source/SkiaSharp.Extended.UI.Maui/SkiaSharp.Extended.UI.Maui.csproj +++ b/source/SkiaSharp.Extended.UI.Maui/SkiaSharp.Extended.UI.Maui.csproj @@ -1,10 +1,10 @@ - + - net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 + net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041.0 - + true true enable @@ -29,9 +29,11 @@ - - - + + + + + @@ -48,7 +50,7 @@ - + diff --git a/source/SkiaSharp.Extended/SkiaSharp.Extended.csproj b/source/SkiaSharp.Extended/SkiaSharp.Extended.csproj index ea9e6f0e..2a303848 100644 --- a/source/SkiaSharp.Extended/SkiaSharp.Extended.csproj +++ b/source/SkiaSharp.Extended/SkiaSharp.Extended.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.0;net8.0 SkiaSharp.Extended SkiaSharp.Extended @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/tests/SkiaSharp.Extended.Tests/SkiaSharp.Extended.Tests.csproj b/tests/SkiaSharp.Extended.Tests/SkiaSharp.Extended.Tests.csproj index 814efdc5..1cd8f09d 100644 --- a/tests/SkiaSharp.Extended.Tests/SkiaSharp.Extended.Tests.csproj +++ b/tests/SkiaSharp.Extended.Tests/SkiaSharp.Extended.Tests.csproj @@ -5,11 +5,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/SkiaSharp.Extended.UI.Maui.Tests/SkiaSharp.Extended.UI.Maui.Tests.csproj b/tests/SkiaSharp.Extended.UI.Maui.Tests/SkiaSharp.Extended.UI.Maui.Tests.csproj index 1235f900..fd21d256 100644 --- a/tests/SkiaSharp.Extended.UI.Maui.Tests/SkiaSharp.Extended.UI.Maui.Tests.csproj +++ b/tests/SkiaSharp.Extended.UI.Maui.Tests/SkiaSharp.Extended.UI.Maui.Tests.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive