From 4356fe6410b3526b73cadb9645d6821bf4a43054 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 24 May 2022 14:26:19 -0500 Subject: [PATCH] Update MAUI GA manifests This partially reverts c365b60b, and adds MAUI 6.0.300 manifests to the .NET 7 SDK. After `.\build.cmd -pack -publish`, manually tested the workloads: > .\bin\redist\Debug\dotnet\dotnet.exe workload install android --skip-manifest-update Installing pack Microsoft.Android.Sdk version 32.0.301... I could `dotnet new android` and the app would build & run using: ~\.nuget\packages\microsoft.netcore.app.runtime.mono.android-arm64\6.0.5\runtimes\android-arm64\native\libmonosgen-2.0.so Next, I installed `artifacts\packages\Debug\Shipping\dotnet-sdk-7.0.100-dev-win-x64.exe` and installed the `maui` workload: > dotnet workload install maui --skip-manifest-update Skipping NuGet package signature verification. ... Successfully installed workload(s) maui. After this I could still open Visual Studio, create MAUI projects, and build/run them. In a future PR, we can update the SDK use .NET 7 workloads. We are still working on getting every platform & pack under MAUI over to .NET 7. --- eng/Versions.props | 12 ++++++------ src/redist/targets/BundledManifests.targets | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index bc1451af6..3ac4b93ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -193,12 +193,12 @@ - 6.0.300-rc.1.5355 - 32.0.300-rc.1.4 - 15.4.100-rc.1.125 - 15.4.100-rc.1.125 - 12.3.100-rc.1.125 - 15.4.100-rc.1.125 + 6.0.312 + 32.0.301 + 15.4.303 + 15.4.303 + 12.3.303 + 15.4.303 $(MicrosoftNETCoreAppRefPackageVersion) 7.0.0-preview.5.22252.1 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets index 79e5a44f4..51e960f9c 100644 --- a/src/redist/targets/BundledManifests.targets +++ b/src/redist/targets/BundledManifests.targets @@ -1,5 +1,11 @@ + + + + + +