Skip to content

Commit f29165f

Browse files
Stable versioning for placeholder MSI (#51496)
1 parent 821f742 commit f29165f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Layout/pkg/windows/msis/placeholder/placeholder.wixproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
22
<Project Sdk="Microsoft.WixToolset.Sdk">
3+
<PropertyGroup>
4+
<IsShippingPackage>true</IsShippingPackage>
5+
</PropertyGroup>
6+
37
<ItemGroup>
48
<Compile Include="$(PkgMicrosoft_DotNet_Build_Tasks_Installers)\build\wix5\product\dotnethome_x64.wxs" />
59
<Compile Include="..\provider.wxs" />

0 commit comments

Comments
 (0)