From f33c24c6e42f32247e256132cf77c2126b8ea735 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 30 Aug 2021 16:07:08 -0500 Subject: [PATCH] Update Xamarin manifests for .NET 6 rc 1: part 2 (#11702) Bump to: xamarin/xamarin-android/release/6.0.1xx-rc1@eadb58fc Bump to: xamarin/xamarin-macios/release/6.0.1xx-rc.1@a0ad4988 Bump to: dotnet/maui/release/6.0.1xx-rc1@2b44438f A couple changes here: 1. We don't need the `xamarin-impl` feed, as all of our packages are on the `dotnet6` feed now. 2. We now have `.Msi` packs for elevated workload installs on Windows. Let's update the baseline manifests to make sure these packs are present for these versions. I manually tested the workloads with: > $env:DOTNET_MULTILEVEL_LOOKUP=0 > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install android --skip-manifest-update Installing pack Microsoft.Android.Sdk version 31.0.100-rc.1.12... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install ios --skip-manifest-update Installing pack Microsoft.iOS.Sdk version 15.0.100-rc.1.1531... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install macos --skip-manifest-update Installing pack Microsoft.macOS.Sdk version 12.0.100-rc.1.1531... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maccatalyst --skip-manifest-update Installing pack Microsoft.MacCatalyst.Sdk version 15.0.100-rc.1.1531... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install tvos --skip-manifest-update Installing pack Microsoft.tvOS.Sdk version 15.0.100-rc.1.1531... ... > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maui --skip-manifest-update Installing pack Microsoft.Maui.Core.Ref.android version 6.0.100-rc.1.1528... I'll open a different PR for `rc.2` builds later on. --- NuGet.config | 2 -- eng/Versions.props | 12 ++++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/NuGet.config b/NuGet.config index c6dfa67b0..226fcd23c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -15,8 +15,6 @@ - - diff --git a/eng/Versions.props b/eng/Versions.props index de3db0219..678470ee8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -163,12 +163,12 @@ - 6.0.100-rc.1.1351 - 30.0.100-rc.1.137 - 15.0.100-rc.1.496 - 15.0.100-rc.1.496 - 12.0.100-rc.1.496 - 15.0.100-rc.1.496 + 6.0.100-rc.1.1528 + 31.0.100-rc.1.12 + 15.0.100-rc.1.1531 + 15.0.100-rc.1.1531 + 12.0.100-rc.1.1531 + 15.0.100-rc.1.1531 $(MicrosoftNETCoreAppRefPackageVersion) 6.0.0-rc.1.21429.1 $(MicrosoftNETWorkloadEmscriptenManifest60100Version)