Skip to content

Commit 5acb6d9

Browse files
authored
fix
1 parent f0f290d commit 5acb6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PlatformToolsetVersion>143</PlatformToolsetVersion>
1414
</PropertyGroup>
1515

16-
<ItemGroup>
16+
<ItemGroup Condition="'$(MSBuildProjectExtension)' == '.vcxproj'">
1717
<PackageDownload Include="Microsoft.NETCore.App.Host.win-$(HostArch)" Version="[$(MicrosoftNETCoreAppRefVersion)]" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)