Skip to content

Commit e31f0ba

Browse files
authored
Fix ProjectReference to PackageReference in props file
1 parent be0818c commit e31f0ba

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
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(MSBuildProjectExtension)' == '.vcxproj'">
17-
<ProjectReference Include="Microsoft.NETCore.App.Host.win-$(HostArch)" Version="$(MicrosoftNETCoreAppRefVersion)" PrivateAssets="all" ExcludeAssets="all" />
17+
<PackageReference Include="Microsoft.NETCore.App.Host.win-$(HostArch)" Version="$(MicrosoftNETCoreAppRefVersion)" PrivateAssets="all" ExcludeAssets="all" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)