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