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 b4048bd commit 1436865Copy full SHA for 1436865
src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj
@@ -32,6 +32,10 @@
32
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
33
</PropertyGroup>
34
35
+ <ItemGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
36
+ <FrameworkReference Include="Microsoft.AspNetCore.App" />
37
+ </ItemGroup>
38
+
39
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
40
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
41
<Reference Include="Microsoft.AspNetCore.Hosting" />
0 commit comments