From c29cfc127db06501c7c39def8e2bb1d62a871d64 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 20 Mar 2023 08:50:12 -0500 Subject: [PATCH] Update MAUI baseline manifests Fixes: https://github.com/dotnet/sdk/issues/31260 A problem can occur if you: * Install .NET 8 Preview 3 * `dotnet workload install maui`, some pack fails to install: Workload installation failed: microsoft.ios.sdk::16.2.37 is not found in NuGet feeds Workload installation failed: microsoft.android.sdk.windows::33.0.46 is not found in NuGet feeds The current baseline manifests point to nightly builds right now, and so this fails unless you add the `dotnet8` feed: --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json I think going forward, a reasonable solution will be: * We always put public builds in the baseline manifests. * MAUI baseline manifests lag behind one release. This might change as we get to RCs or closer to GA. Note that this will not solve: https://github.com/dotnet/installer/issues/15804 As the baseline manifests will always lag behind 1 release. --- eng/Versions.props | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index f0c1aa7b9..943853e81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -223,13 +223,13 @@ - 8.0.100-preview.1 - 8.0.0-preview.1.7626 - 34.0.0-preview.1.148 - 16.2.227-net8-p1 - 16.2.227-net8-p1 - 13.1.227-net8-p1 - 16.1.1015-net8-p1 + 8.0.100-preview.2 + 8.0.0-preview.2.7871 + 34.0.0-preview.2.187 + 16.2.374-net8-p2 + 16.2.374-net8-p2 + 13.1.374-net8-p2 + 16.1.1162-net8-p2 8.0.0-preview.3.23167.1 $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportPackageVersion)