From d37bbd0ff7704288ef9b47b9685d773498bd0789 Mon Sep 17 00:00:00 2001 From: redth Date: Thu, 12 Sep 2024 09:31:18 -0400 Subject: [PATCH] Updates for net8 --- BigIslandBarcode/BigIslandBarcode.csproj | 8 ++++++-- .../Platforms/Windows/Package.appxmanifest | 3 +++ .../ZXing.Net.MAUI.Comet.csproj | 7 +++++-- .../ZXing.Net.MAUI.Controls.csproj | 7 +++++-- ZXing.Net.MAUI/ZXing.Net.MAUI.csproj | 17 +++++++++-------- 5 files changed, 28 insertions(+), 14 deletions(-) diff --git a/BigIslandBarcode/BigIslandBarcode.csproj b/BigIslandBarcode/BigIslandBarcode.csproj index e3d4617..71f01aa 100644 --- a/BigIslandBarcode/BigIslandBarcode.csproj +++ b/BigIslandBarcode/BigIslandBarcode.csproj @@ -2,8 +2,8 @@ - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041 + net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041 Exe true true @@ -52,4 +52,8 @@ + + + + diff --git a/BigIslandBarcode/Platforms/Windows/Package.appxmanifest b/BigIslandBarcode/Platforms/Windows/Package.appxmanifest index e23e9a6..b91c7cd 100644 --- a/BigIslandBarcode/Platforms/Windows/Package.appxmanifest +++ b/BigIslandBarcode/Platforms/Windows/Package.appxmanifest @@ -3,10 +3,13 @@ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap rescap"> + + $placeholder$ User Name diff --git a/ZXing.Net.MAUI.Comet/ZXing.Net.MAUI.Comet.csproj b/ZXing.Net.MAUI.Comet/ZXing.Net.MAUI.Comet.csproj index a1eec72..a088999 100644 --- a/ZXing.Net.MAUI.Comet/ZXing.Net.MAUI.Comet.csproj +++ b/ZXing.Net.MAUI.Comet/ZXing.Net.MAUI.Comet.csproj @@ -1,7 +1,7 @@  - net7.0;net7.0-android;net7.0-maccatalyst;net7.0-ios - $(TargetFrameworks);net7.0-windows10.0.19041 + net8.0;net8.0-android;net8.0-maccatalyst;net8.0-ios + $(TargetFrameworks);net8.0-windows10.0.19041 ZXing.Net.Maui.Comet ZXing.Net.MAUI Barcode Scanner for .NET MAUI Redth @@ -25,4 +25,7 @@ + + + \ No newline at end of file diff --git a/ZXing.Net.MAUI.Controls/ZXing.Net.MAUI.Controls.csproj b/ZXing.Net.MAUI.Controls/ZXing.Net.MAUI.Controls.csproj index 10c31ed..87290f2 100644 --- a/ZXing.Net.MAUI.Controls/ZXing.Net.MAUI.Controls.csproj +++ b/ZXing.Net.MAUI.Controls/ZXing.Net.MAUI.Controls.csproj @@ -1,7 +1,7 @@  - net7.0;net7.0-android;net7.0-maccatalyst;net7.0-ios - $(TargetFrameworks);net7.0-windows10.0.19041 + net8.0;net8.0-android;net8.0-maccatalyst;net8.0-ios + $(TargetFrameworks);net8.0-windows10.0.19041 ZXing.Net.Maui.Controls ZXing.Net.MAUI Barcode Scanner for .NET MAUI Redth @@ -24,4 +24,7 @@ + + + \ No newline at end of file diff --git a/ZXing.Net.MAUI/ZXing.Net.MAUI.csproj b/ZXing.Net.MAUI/ZXing.Net.MAUI.csproj index c3fa202..0e0bbed 100644 --- a/ZXing.Net.MAUI/ZXing.Net.MAUI.csproj +++ b/ZXing.Net.MAUI/ZXing.Net.MAUI.csproj @@ -1,7 +1,7 @@  - net7.0;net7.0-android;net7.0-maccatalyst;net7.0-ios - $(TargetFrameworks);net7.0-windows10.0.19041 + net8.0;net8.0-android;net8.0-maccatalyst;net8.0-ios + $(TargetFrameworks);net8.0-windows10.0.19041 ZXing.Net.Maui ZXing.Net.MAUI Barcode Scanner for .NET MAUI Redth @@ -22,13 +22,10 @@ portable true - - false - - - - + + + @@ -89,4 +86,8 @@ + + + +