Skip to content

Commit 755e95a

Browse files
jkotalikwtgodbe
authored andcommitted
Set new HTTPS environment variable when using out of process (#16724)
* Set new HTTPS environment variable when using out of process * Add https redirection test * Update HttpsTests.cs * Update patch config
1 parent d3db300 commit 755e95a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/PatchConfig.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Directory.Build.props checks this property using the following condition:
2323
Microsoft.AspNetCore.Http.Abstractions;
2424
Microsoft.AspNetCore.Http.Features;
2525
Microsoft.AspNetCore.CookiePolicy;
26+
Microsoft.AspNetCore.HttpsPolicy;
27+
Microsoft.AspNetCore.AspNetCoreModuleV2;
2628
</PackagesInPatch>
2729
</PropertyGroup>
2830
</Project>

0 commit comments

Comments
 (0)