Skip to content

Commit

Permalink
[nuget-msi-convert] Do not use new VS component IDs
Browse files Browse the repository at this point in the history
Context: 9013ae4

We've decided hold off on this change until .NET 10.
  • Loading branch information
pjcollins committed Oct 17, 2024
1 parent 92c9d2f commit fb4ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/generate-vs-workload.csharp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ using (TextWriter writer = new StreamWriter (outputPath)) {
var manifestBuildVersion = iOSPlatform.Any () ? iOSPlatform.First ().Item2 : platforms.First ().Item2;
writer.WriteLine ($" <ManifestBuildVersion>{manifestBuildVersion}</ManifestBuildVersion>");
writer.WriteLine ($" <EnableSideBySideManifests>true</EnableSideBySideManifests>");
writer.WriteLine ($" <UseVisualStudioComponentPrefix>true</UseVisualStudioComponentPrefix>");
writer.WriteLine ($" <UseVisualStudioComponentPrefix>false</UseVisualStudioComponentPrefix>");
writer.WriteLine ($" </PropertyGroup>");
writer.WriteLine ($" <ItemGroup>");
writer.WriteLine ($" <!-- Shorten package names to avoid long path caching issues in Visual Studio -->");
Expand Down

0 comments on commit fb4ed76

Please sign in to comment.