Skip to content

Commit 0d18903

Browse files
authored
ensure all setup packages use the same version (#6556)
1 parent af5b4eb commit 0d18903

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

setup/Swix/Directory.Build.props

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<Project>
22

3-
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
4-
53
<PropertyGroup>
4+
<UseVsMicroBuildAssemblyVersion>true</UseVsMicroBuildAssemblyVersion>
65
<VisualStudioInsertionComponent>Microsoft.FSharp</VisualStudioInsertionComponent>
76
<OutputArchitecture>neutral</OutputArchitecture>
87
<OutputLocalized>false</OutputLocalized>
98
<OutputType>vsix</OutputType>
109
<IsPackage>true</IsPackage>
10+
</PropertyGroup>
11+
12+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
13+
14+
<PropertyGroup>
1115
<BinariesFolder>$(ArtifactsBinDir)</BinariesFolder>
1216
</PropertyGroup>
1317

0 commit comments

Comments
 (0)