File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public async Task ConcurrencyTest()
35
35
new Uri ( "https://apple.com/" ) ,
36
36
new Uri ( "https://facebook.com/" ) ,
37
37
new Uri ( "https://google.com/" ) ,
38
- new Uri ( "https://microsoft.com/" ) ,
38
+ // new Uri("https://microsoft.com/"),
39
39
} ;
40
40
41
41
// use default HttpClient
@@ -90,7 +90,7 @@ protected override IStreamProvider CreateInstance(byte[] data)
90
90
return new HttpResponseStreamProvider ( ( ) => new HttpRequestMessage
91
91
{
92
92
Method = HttpMethod . Post ,
93
- RequestUri = new ( "http://localhost:9522 /" ) ,
93
+ RequestUri = new ( "http://localhost:9523 /" ) ,
94
94
} ) ;
95
95
}
96
96
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
6
6
<!-- Version -->
7
- <AssemblyVersion >2.1.32.117 </AssemblyVersion >
8
- <PackageVersion >2.1.32.117-rc </PackageVersion >
9
- <Version >2.1.32.117 </Version >
7
+ <AssemblyVersion >2.1.33.129 </AssemblyVersion >
8
+ <PackageVersion >2.1.33.129 </PackageVersion >
9
+ <Version >2.1.33.129 </Version >
10
10
11
11
<!-- Other information -->
12
12
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
You can’t perform that action at this time.
0 commit comments