From d871fba5a3dddb9f1bdff96d0ba71cf38c558f5f Mon Sep 17 00:00:00 2001 From: David Scheidt Date: Mon, 5 Feb 2024 10:41:43 +0100 Subject: [PATCH 1/3] Run tests usings net8 --- XCalendar.Core.Tests/XCalendar.Core.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XCalendar.Core.Tests/XCalendar.Core.Tests.csproj b/XCalendar.Core.Tests/XCalendar.Core.Tests.csproj index 636a5f5..eba8d85 100644 --- a/XCalendar.Core.Tests/XCalendar.Core.Tests.csproj +++ b/XCalendar.Core.Tests/XCalendar.Core.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false From d4f734a1fcdeba8948af9d70da513e9f940317be Mon Sep 17 00:00:00 2001 From: David Scheidt Date: Mon, 5 Feb 2024 10:42:58 +0100 Subject: [PATCH 2/3] Include net8.0 in targetframeworks for Maui library --- XCalendar.Maui/XCalendar.Maui.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XCalendar.Maui/XCalendar.Maui.csproj b/XCalendar.Maui/XCalendar.Maui.csproj index c42a6db..99033da 100644 --- a/XCalendar.Maui/XCalendar.Maui.csproj +++ b/XCalendar.Maui/XCalendar.Maui.csproj @@ -1,7 +1,7 @@  - net8.0-android;net8.0-ios;net8.0-maccatalyst + net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst $(TargetFrameworks);net8.0-windows10.0.19041.0 From b2bd445b4155494791e37486e7b87b1bbfd6b33c Mon Sep 17 00:00:00 2001 From: David Scheidt Date: Mon, 5 Feb 2024 10:43:41 +0100 Subject: [PATCH 3/3] Allow unit testing of XCalendarMauiSample --- XCalendarMauiSample/XCalendarMauiSample.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XCalendarMauiSample/XCalendarMauiSample.csproj b/XCalendarMauiSample/XCalendarMauiSample.csproj index 1260c60..d8e5fe8 100644 --- a/XCalendarMauiSample/XCalendarMauiSample.csproj +++ b/XCalendarMauiSample/XCalendarMauiSample.csproj @@ -1,11 +1,11 @@  - net8.0-android;net8.0-ios;net8.0-maccatalyst + net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst $(TargetFrameworks);net8.0-windows10.0.19041.0 - Exe + Exe XCalendarMauiSample true true