Skip to content

Commit b4048bd

Browse files
committed
Try this
1 parent 1961b81 commit b4048bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
<None Include="..\InProcessWebSite\web.config" CopyToOutputDirectory="PreserveNewest" />
2828
</ItemGroup>
2929

30-
<ItemGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
31-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
32-
</ItemGroup>
30+
<PropertyGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
31+
<UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime>
32+
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
33+
</PropertyGroup>
3334

3435
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
3536
<Reference Include="Microsoft.AspNetCore.Server.IIS" />

0 commit comments

Comments
 (0)