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()
258
258
}
259
259
260
260
[ Test ]
261
+ [ Ignore ( "We should find a replacement for HttpBin.org" ) ]
261
262
public async Task SettingCookieIsPreservedViaRedirect ( )
262
263
{
263
264
if ( Helper . IsNetworkAvailable ( ) )
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ public async Task SettingThreeCookiesInOneRequestAreTransportedToNextRequest()
74
74
}
75
75
76
76
[ Test ]
77
+ [ Ignore ( "We should find a replacement for HttpBin.org" ) ]
77
78
public async Task SettingCookieIsPreservedViaRedirect ( )
78
79
{
79
80
if ( Helper . IsNetworkAvailable ( ) )
@@ -95,6 +96,7 @@ public async Task SettingCookieIsPreservedViaRedirect()
95
96
}
96
97
97
98
[ Test ]
99
+ [ Ignore ( "We should find a replacement for HttpBin.org" ) ]
98
100
public async Task SettingCookieIsPreservedViaRedirectToDifferentProtocol ( )
99
101
{
100
102
if ( Helper . IsNetworkAvailable ( ) )
Original file line number Diff line number Diff line change 30
30
<Reference Include =" System.Net.WebSockets" />
31
31
</ItemGroup >
32
32
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
+
33
39
<ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
34
40
<Reference Include =" System.Net.Http" />
35
41
</ItemGroup >
You can’t perform that action at this time.
0 commit comments