From 1b2005562b6405b8119e3671464cc944d891d4c9 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sun, 19 Nov 2023 01:38:19 +0200 Subject: [PATCH] Update to stable versions of .NET 8 (#18732) * Update to stable versions of .NET 8 * Update Versions.props --------- Co-authored-by: Rui Marinho --- eng/Versions.props | 62 +++++++++---------- .../Platforms/Tizen/tizen-manifest.xml | 2 +- .../Platforms/Tizen/tizen-manifest.xml | 2 +- .../Platforms/Tizen/tizen-manifest.xml | 2 +- .../Platforms/Tizen/tizen-manifest.xml | 2 +- .../src/Geocoding/Geocoding.tizen.cs | 1 + .../src/Permissions/Permissions.tizen.cs | 1 + .../src/Platform/PlatformUtils.tizen.cs | 1 + .../tizen-manifest.xml | 2 +- .../Platforms/Tizen/tizen-manifest.xml | 2 +- .../Platforms/Tizen/tizen-manifest.xml | 2 +- 11 files changed, 41 insertions(+), 38 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 160a5ac633c8..ff742424ad82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,52 +3,52 @@ 7.0.101 - 8.0.100-rc.2.23502.2 + 8.0.100 - 8.0.0-rc.2.23479.6 + 8.0.0 $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 - 8.0.0-rc.2.23479.6 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 - 34.0.0-rc.2.479 + 34.0.43 - 17.0.8477-net8-rc2.2 - 14.0.8477-net8-rc2.2 - 17.0.8477-net8-rc2.2 - 17.0.8477-net8-rc2.2 + 17.0.8478 + 14.0.8478 + 17.0.8478 + 17.0.8478 - 7.0.125 + 8.0.130 - 8.0.0-rc.2.23473.3 + 8.0.0 1.3.230724000 10.0.22621.756 1.0.5.1 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 - 8.0.0-rc.2.23480.2 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 + 8.0.0 8.0.0-preview1.23165.1 3.3.4 diff --git a/src/Controls/samples/Controls.Sample.Sandbox/Platforms/Tizen/tizen-manifest.xml b/src/Controls/samples/Controls.Sample.Sandbox/Platforms/Tizen/tizen-manifest.xml index f46ad9bf7387..5d972d61b49d 100644 --- a/src/Controls/samples/Controls.Sample.Sandbox/Platforms/Tizen/tizen-manifest.xml +++ b/src/Controls/samples/Controls.Sample.Sandbox/Platforms/Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@  - + xhdpi/appicon.xhigh.png diff --git a/src/Controls/samples/Controls.Sample.UITests/Platforms/Tizen/tizen-manifest.xml b/src/Controls/samples/Controls.Sample.UITests/Platforms/Tizen/tizen-manifest.xml index 9cb7692ae63a..76e9ba8c6a9f 100644 --- a/src/Controls/samples/Controls.Sample.UITests/Platforms/Tizen/tizen-manifest.xml +++ b/src/Controls/samples/Controls.Sample.UITests/Platforms/Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@  - + xhdpi/appicon.xhigh.png diff --git a/src/Controls/samples/Controls.Sample/Platforms/Tizen/tizen-manifest.xml b/src/Controls/samples/Controls.Sample/Platforms/Tizen/tizen-manifest.xml index 886a88b21ea4..a8ec564ec1a8 100644 --- a/src/Controls/samples/Controls.Sample/Platforms/Tizen/tizen-manifest.xml +++ b/src/Controls/samples/Controls.Sample/Platforms/Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@  - + diff --git a/src/Essentials/samples/Samples/Platforms/Tizen/tizen-manifest.xml b/src/Essentials/samples/Samples/Platforms/Tizen/tizen-manifest.xml index c84a6dcf56d6..58f8f0eef57d 100644 --- a/src/Essentials/samples/Samples/Platforms/Tizen/tizen-manifest.xml +++ b/src/Essentials/samples/Samples/Platforms/Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@  - + diff --git a/src/Essentials/src/Geocoding/Geocoding.tizen.cs b/src/Essentials/src/Geocoding/Geocoding.tizen.cs index 9037006a679c..dd80e7752e2a 100644 --- a/src/Essentials/src/Geocoding/Geocoding.tizen.cs +++ b/src/Essentials/src/Geocoding/Geocoding.tizen.cs @@ -1,3 +1,4 @@ +#pragma warning disable CS0618 // Type or member is obsolete #nullable enable using System; using System.Collections.Generic; diff --git a/src/Essentials/src/Permissions/Permissions.tizen.cs b/src/Essentials/src/Permissions/Permissions.tizen.cs index aa5e79dff967..96c843a2a249 100644 --- a/src/Essentials/src/Permissions/Permissions.tizen.cs +++ b/src/Essentials/src/Permissions/Permissions.tizen.cs @@ -1,3 +1,4 @@ +#pragma warning disable CS0618 // Type or member is obsolete using System.Linq; using System.Threading.Tasks; using Tizen.Security; diff --git a/src/Essentials/src/Platform/PlatformUtils.tizen.cs b/src/Essentials/src/Platform/PlatformUtils.tizen.cs index f1d3ec59cb27..fa4905196943 100644 --- a/src/Essentials/src/Platform/PlatformUtils.tizen.cs +++ b/src/Essentials/src/Platform/PlatformUtils.tizen.cs @@ -1,3 +1,4 @@ +#pragma warning disable CS0618 // Type or member is obsolete using System.Threading.Tasks; using Tizen.Applications; using Tizen.Maps; diff --git a/src/Graphics/samples/GraphicsTester.Skia.Tizen/tizen-manifest.xml b/src/Graphics/samples/GraphicsTester.Skia.Tizen/tizen-manifest.xml index b71278853ade..9f24e477090f 100644 --- a/src/Graphics/samples/GraphicsTester.Skia.Tizen/tizen-manifest.xml +++ b/src/Graphics/samples/GraphicsTester.Skia.Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml b/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml index afc5c0c74a10..a40035b72dde 100644 --- a/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml +++ b/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@  - + diff --git a/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml b/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml index afc5c0c74a10..a40035b72dde 100644 --- a/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml +++ b/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml @@ -1,5 +1,5 @@  - +