File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ public async Task SettingThreeCookiesInOneRequestAreTransportedToNextRequest()
258258 }
259259
260260 [ Test ]
261+ [ Ignore ( "We should find a replacement for HttpBin.org" ) ]
261262 public async Task SettingCookieIsPreservedViaRedirect ( )
262263 {
263264 if ( Helper . IsNetworkAvailable ( ) )
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ public async Task SettingThreeCookiesInOneRequestAreTransportedToNextRequest()
7474 }
7575
7676 [ Test ]
77+ [ Ignore ( "We should find a replacement for HttpBin.org" ) ]
7778 public async Task SettingCookieIsPreservedViaRedirect ( )
7879 {
7980 if ( Helper . IsNetworkAvailable ( ) )
@@ -95,6 +96,7 @@ public async Task SettingCookieIsPreservedViaRedirect()
9596 }
9697
9798 [ Test ]
99+ [ Ignore ( "We should find a replacement for HttpBin.org" ) ]
98100 public async Task SettingCookieIsPreservedViaRedirectToDifferentProtocol ( )
99101 {
100102 if ( Helper . IsNetworkAvailable ( ) )
Original file line number Diff line number Diff line change 3030 <Reference Include =" System.Net.WebSockets" />
3131 </ItemGroup >
3232
33+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
34+ <Reference Include =" System.Net" />
35+ <Reference Include =" System.Net.Http" />
36+ <Reference Include =" System.Net.WebSockets" />
37+ </ItemGroup >
38+
3339 <ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
3440 <Reference Include =" System.Net.Http" />
3541 </ItemGroup >
You can’t perform that action at this time.
0 commit comments