Skip to content

Commit 8015a28

Browse files
committed
fix issues for net48 + add logging
1 parent c3a020d commit 8015a28

File tree

4 files changed

+286
-43
lines changed

4 files changed

+286
-43
lines changed

LambdaTest.Sdk.Utils/LambdaTest.Sdk.Utils.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net48</TargetFrameworks>
44
<PackageId>LambdaTest.Sdk.Utils</PackageId>
5-
<Version>1.0.5</Version>
5+
<Version>1.0.6</Version>
66
<Authors>Lambdatest-SmartUI</Authors>
77
<Company>LambdaTest</Company>
88
<Description>LambdaTest SDK Utilities for SmartUI CLI in C#</Description>
99
</PropertyGroup>
10+
1011
<ItemGroup>
1112
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
1213
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1315
</ItemGroup>
16+
1417
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
1518
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1619
</ItemGroup>

0 commit comments

Comments
 (0)