We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d4588 commit 8704d51Copy full SHA for 8704d51
src/Layout/pkg/windows/bundles/sdk/bundle.wxs
@@ -32,7 +32,7 @@
32
<?if $(TargetArchitecture)~=x86?>
33
<SoftwareTag Regid="microsoft.com" InstallPath="[ProgramFilesFolder]dotnet" />
34
<?else?>
35
- <SoftwareTag Regid="microsoft.com" InstallPath="[ProgramFiles64Folder]dotnet]" />
+ <SoftwareTag Regid="microsoft.com" InstallPath="[ProgramFiles64Folder]dotnet" />
36
<?endif?>
37
38
<!-- Search references for upgrade policy keys -->
0 commit comments