From d283463fc6a22ab1d7848cc648f6553352cc4113 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Mon, 21 Oct 2024 04:17:42 -0400 Subject: [PATCH] [nuget-msi-convert] Do not use new VS component IDs (#21476) Context: https://github.com/xamarin/xamarin-macios/commit/9013ae4f83a9236ac91a8fe857a2403371993534 We've decided hold off on this change until .NET 10. --------- Co-authored-by: Peter Collins --- dotnet/generate-vs-workload.csharp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/generate-vs-workload.csharp b/dotnet/generate-vs-workload.csharp index 810254d11c2..2e5044df482 100755 --- a/dotnet/generate-vs-workload.csharp +++ b/dotnet/generate-vs-workload.csharp @@ -57,7 +57,7 @@ using (TextWriter writer = new StreamWriter (outputPath)) { var manifestBuildVersion = iOSPlatform.Any () ? iOSPlatform.First ().Item2 : platforms.First ().Item2; writer.WriteLine ($" {manifestBuildVersion}"); writer.WriteLine ($" true"); - writer.WriteLine ($" true"); + writer.WriteLine ($" false"); writer.WriteLine ($" "); writer.WriteLine ($" "); writer.WriteLine ($" ");