Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
(GH-53) Replace LibLog.cs with nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed May 29, 2019
1 parent 59a4806 commit 1cebdf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2,330 deletions.
6 changes: 5 additions & 1 deletion Source/CakeMail.RestClient/CakeMail.RestClient.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;net472;netstandard2.0</TargetFrameworks>
Expand All @@ -22,6 +22,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibLog" Version="5.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Pathoschild.Http.FluentClient" Version="3.1.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" PrivateAssets="All" />
Expand Down
Loading

0 comments on commit 1cebdf2

Please sign in to comment.