main checkout, modified being compilable
This commit is contained in:
@@ -285,7 +285,7 @@ namespace Xylem.Common.Logic.SoftwareAccessHelper
|
||||
{
|
||||
try
|
||||
{
|
||||
var httpClient = new System.Net.Http.HttpClient();
|
||||
var httpClient = new HttpClient();
|
||||
|
||||
httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||
httpClient.Timeout = TimeSpan.FromMilliseconds(timeoutMs);
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Net.Http">
|
||||
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Net.Http.dll</HintPath>
|
||||
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user