Skip to content

Commit

Permalink
Fixed default logger target missing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Tejani authored and Mohit Tejani committed Mar 3, 2025
1 parent a36cc15 commit 85efc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/PubnubApi/Pubnub.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using PubnubApi.EndPoint;
using PubnubApi.EventEngine.Subscribe;
using PubnubApi.EventEngine.Subscribe.Events;
Expand Down
4 changes: 4 additions & 0 deletions src/Api/PubnubApiPCL/PubnubApiPCL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,10 @@
<Folder Include="Security\Crypto\Common\" />
<Folder Include="Security\Crypto\Cryptors\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Console" Version="4.3.0" />
</ItemGroup>

<!--<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<PackageReference Include="System.Net.Requests" Version="4.0.11" />
Expand Down

0 comments on commit 85efc37

Please sign in to comment.