Skip to content

Commit 1eca4e3

Browse files
pjcollinsPureWeen
authored andcommitted
[nuget-msi-convert] Do not use new VS component IDs
Context: ce01c15 We've decided hold off on this change until .NET 10.
1 parent 155d428 commit 1eca4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/automation/vs-workload.template.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetName>Microsoft.NET.Sdk.Maui.Workload.@VSMAN_VERSION@</TargetName>
55
<ManifestBuildVersion>@VS_COMPONENT_VERSION@</ManifestBuildVersion>
66
<EnableSideBySideManifests>true</EnableSideBySideManifests>
7-
<UseVisualStudioComponentPrefix>true</UseVisualStudioComponentPrefix>
7+
<UseVisualStudioComponentPrefix>false</UseVisualStudioComponentPrefix>
88
</PropertyGroup>
99
<ItemGroup>
1010
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->

0 commit comments

Comments
 (0)