Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michalblaha committed Dec 22, 2021
1 parent 2fb33d4 commit a298b0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions deMinimis/deMinimis/DeMinimis.API.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public Soap(int timeout)
{
this.Timeout = timeout;
this.Encoding = System.Text.Encoding.UTF8;
//this.Proxy = new System.Net.WebProxy("127.0.0.1", 8888);
}

protected override WebRequest GetWebRequest(Uri address)
Expand Down
2 changes: 1 addition & 1 deletion deMinimis/deMinimis/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"deMinimis": {
"commandName": "Project",
"commandLineArgs": "/apikey=51b94da7b1b542ffa6355533855effff /days=3"
"commandLineArgs": "/apikey=51b94da7b1b542ffa6355533855e00ff /days=3"
}
}
}
16 changes: 8 additions & 8 deletions deMinimis/deMinimis/deMinimis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<Version>1.2.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Devmasters.Batch" Version="2.1.1" />
<PackageReference Include="HlidacStatu.Api.V2.Dataset" Version="2.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.ServiceModel.Duplex" Version="4.7.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.7.0" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.7.0" />
<PackageReference Include="System.ServiceModel.Security" Version="4.7.0" />
<PackageReference Include="Devmasters.Batch" Version="2.5.0.1" />
<PackageReference Include="HlidacStatu.Api.V2.Dataset" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.ServiceModel.Duplex" Version="4.9.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.9.0" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.9.0" />
<PackageReference Include="System.ServiceModel.Security" Version="4.9.0" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services" />
Expand Down

0 comments on commit a298b0f

Please sign in to comment.