Skip to content

Commit

Permalink
[nuget-msi-convert] Do not use new VS component IDs (#9419)
Browse files Browse the repository at this point in the history
Context: ab07971

We've decided hold off on this change until .NET 10.
  • Loading branch information
pjcollins authored Oct 17, 2024
1 parent ec64c22 commit 3849cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/create-packs/vs-workload.in.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetName>Microsoft.NET.Sdk.Android.Workload.@VSMAN_VERSION@</TargetName>
<ManifestBuildVersion>@WORKLOAD_VERSION@</ManifestBuildVersion>
<EnableSideBySideManifests>true</EnableSideBySideManifests>
<UseVisualStudioComponentPrefix>true</UseVisualStudioComponentPrefix>
<UseVisualStudioComponentPrefix>false</UseVisualStudioComponentPrefix>
</PropertyGroup>
<ItemGroup>
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->
Expand Down

0 comments on commit 3849cae

Please sign in to comment.