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 f0f290d commit 5acb6d9Copy full SHA for 5acb6d9
src/Servers/IIS/Directory.Build.props
@@ -13,7 +13,7 @@
13
<PlatformToolsetVersion>143</PlatformToolsetVersion>
14
</PropertyGroup>
15
16
- <ItemGroup>
+ <ItemGroup Condition="'$(MSBuildProjectExtension)' == '.vcxproj'">
17
<PackageDownload Include="Microsoft.NETCore.App.Host.win-$(HostArch)" Version="[$(MicrosoftNETCoreAppRefVersion)]" />
18
</ItemGroup>
19
0 commit comments