replace dependencies and last works ...
This commit is contained in:
@@ -162,7 +162,7 @@ namespace xIdentityService.Providers
|
||||
|
||||
//
|
||||
// Set Default Timeout ...
|
||||
httpClient.Timeout = TimeSpan.FromSeconds(DefaultClientTimeout);
|
||||
httpClient.Timeout = TimeSpan.FromSeconds(DefaultClientTimeout == -1 ? 10000 : DefaultClientTimeout);
|
||||
|
||||
//
|
||||
return httpClient;
|
||||
|
||||
@@ -27,8 +27,11 @@
|
||||
|
||||
<!-- Local Dependencies -->
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../xDataService/xDataService.csproj" />
|
||||
<ProjectReference Include="../xHttpService/xHttpService.csproj" />
|
||||
<!-- <ProjectReference Include="../xDataService/xDataService.csproj" />
|
||||
<ProjectReference Include="../xHttpService/xHttpService.csproj" /> -->
|
||||
|
||||
<PackageReference Include="xDashboard.xDataService" Version="1.0.0" />
|
||||
<PackageReference Include="xDashboard.xHttpService" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Dependencies -->
|
||||
|
||||
Reference in New Issue
Block a user