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