Skip to content

Commit 3f115d5

Browse files
committed
Fix build failures
1 parent eaa8196 commit 3f115d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/OssClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;
5+
using System.Net;
56
using System.Net.Http;
67
using System.Threading.Tasks;
78
using Cuiliang.AliyunOssSdk.Api;

src/Request/ServiceCaller.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace Cuiliang.AliyunOssSdk.Request
1616
/// </summary>
1717
public class ServiceCaller
1818
{
19-
private readonly static HttpClient _client = new HttpClient();
2019
private RequestContext _requestContext;
2120
private readonly HttpClient _client;
2221

0 commit comments

Comments
 (0)