From 3b2d99471f7fa5f5491c68c897ab06e4017739d7 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 23 Aug 2022 19:15:26 -0500 Subject: [PATCH] Update to .NET MAUI 7 RC 1 baseline manifests (#14368) * Update to .NET MAUI 7 RC 1 baseline manifests These are the latest set of .NET 7 RC 1 builds that we have available right now. The versions of the final builds will be nearly the same, except the commit distance will be higher. After `.\build.cmd -pack -publish`, manually tested the workloads: > $env:DOTNET_MULTILEVEL_LOOKUP=0 > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install android --skip-manifest-update Installing pack Microsoft.Android.Sdk.Windows version 33.0.0-rc.1.136... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install ios --skip-manifest-update Writing workload pack installation record for Microsoft.iOS.Sdk version 15.4.1006-rc.1... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install macos --skip-manifest-update Installing pack Microsoft.macOS.Sdk version 12.3.1006-rc.1... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maccatalyst --skip-manifest-update Installing pack Microsoft.MacCatalyst.Sdk version 15.4.1006-rc.1... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install tvos --skip-manifest-update Installing pack Microsoft.tvOS.Sdk version 15.4.1006-rc.1... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maui --skip-manifest-update Installing pack Microsoft.Maui.Core.Ref.android version 7.0.0-rc.1.6430... * Introduce $(MauiFeatureBand) This should solve the error: src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj(0,0): error NU1102: (NETCORE_ENGINEERING_TELEMETRY=Build) Unable to find package Microsoft.NET.Sdk.iOS.Manifest-6.0.300 with version (= 15.4.1006-rc.1) Co-authored-by: Larry Ewing --- eng/Versions.props | 13 +++++++------ .../Arcade/tools/TextOnlyPackages.csproj | 12 ++++++------ src/redist/targets/BundledManifests.targets | 12 ++++++------ 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index b2f31e3f9465..394d1d13fe34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -197,12 +197,13 @@ - 6.0.312 - 32.0.301 - 15.4.303 - 15.4.303 - 12.3.303 - 15.4.303 + 7.0.100-rc.1 + 7.0.0-rc.1.6430 + 33.0.0-rc.1.136 + 15.4.1006-rc.1 + 15.4.1006-rc.1 + 12.3.1006-rc.1 + 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) 7.0.0-rc.1.22418.9 7.0.0-rc.1.22418.9 diff --git a/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj b/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj index 9588205fcbcb..067fcdc25ad2 100644 --- a/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj +++ b/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj @@ -11,12 +11,12 @@ should be added to source-build-reference-packages. --> - - - - - - + + + + + + diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets index 7b445445942b..d72aa980f5aa 100644 --- a/src/redist/targets/BundledManifests.targets +++ b/src/redist/targets/BundledManifests.targets @@ -1,11 +1,11 @@ - - - - - - + + + + + +