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 26bdc25 commit b2a2ef1Copy full SHA for b2a2ef1
src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj
@@ -27,7 +27,11 @@
27
<None Include="..\InProcessWebSite\web.config" CopyToOutputDirectory="PreserveNewest" />
28
</ItemGroup>
29
30
- <ItemGroup>
+ <ItemGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
31
+ <FrameworkReference Include="Microsoft.AspNetCore.App" />
32
+ </ItemGroup>
33
+
34
+ <ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
35
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
36
<Reference Include="Microsoft.AspNetCore.Hosting" />
37
<Reference Include="Microsoft.AspNetCore.ResponseCompression" />
0 commit comments