Skip to content

Commit 26bdc25

Browse files
committed
Refs
1 parent 05a26be commit 26bdc25

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,18 @@
2626
<None Include="..\InProcessWebSite\wwwroot\**" CopyToOutputDirectory="PreserveNewest" LinkBase="wwwroot/"/>
2727
<None Include="..\InProcessWebSite\web.config" CopyToOutputDirectory="PreserveNewest" />
2828
</ItemGroup>
29-
29+
3030
<ItemGroup>
31+
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
32+
<Reference Include="Microsoft.AspNetCore.Hosting" />
33+
<Reference Include="Microsoft.AspNetCore.ResponseCompression" />
34+
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
35+
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
36+
<Reference Include="Microsoft.AspNetCore.Server.Kestrel.Core" />
37+
<Reference Include="Microsoft.AspNetCore.HttpsPolicy" />
38+
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
39+
<Reference Include="Microsoft.Extensions.Configuration.Json" />
40+
<Reference Include="Microsoft.Extensions.Logging.Console" />
3141
<Reference Include="xunit.assert" />
3242
</ItemGroup>
3343
</Project>

0 commit comments

Comments
 (0)