Skip to content

Commit 1436865

Browse files
committed
Add back fref
1 parent b4048bd commit 1436865

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
3333
</PropertyGroup>
3434

35+
<ItemGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
36+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
37+
</ItemGroup>
38+
3539
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
3640
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
3741
<Reference Include="Microsoft.AspNetCore.Hosting" />

0 commit comments

Comments
 (0)