Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information