File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments