Skip to content

Commit ab07971

Browse files
authored
[nuget-msi-convert] Support improved VS component IDs (#9388)
Context: dotnet/arcade@b2d3a3a Context: xamarin/yaml-templates#339 The VS insertion manifest generation has been updated to use new VS component IDs required for .NET 9+.
1 parent 63b6df8 commit ab07971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/create-packs/vs-workload.in.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetName>Microsoft.NET.Sdk.Android.Workload.@VSMAN_VERSION@</TargetName>
55
<ManifestBuildVersion>@WORKLOAD_VERSION@</ManifestBuildVersion>
66
<EnableSideBySideManifests>true</EnableSideBySideManifests>
7+
<UseVisualStudioComponentPrefix>true</UseVisualStudioComponentPrefix>
78
</PropertyGroup>
89
<ItemGroup>
910
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->

0 commit comments

Comments
 (0)